RenderQueueItem::Interface::CanEmitOutsideDisplay

RenderQueueItem::Interface::CanEmitOutsideDisplay
virtual bool CanEmitOutsideDisplay() const;
Description

Specific interfaces can override this method if they are allowed outside a Begin/EndDisplay bracket. For example the BeginDisplay itself, or SetUserMatrix. However, most items must be processed within display, so, by default return false from this function

Return Value

Returns true if they are allowed and false otherwise.