virtual bool CanEmitOutsideDisplay() const;
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
Returns true if they are allowed and false otherwise.