!!! DO NOT USE OUTSIDE OF VISUAL CONTROLLER FUNCTIONS !!! Describes direction in which scenes move - current scene is expected to change either to the next(forward) or previous(backward) scene in the node. More...
Enumerations | |
enum | Type : int8 { Backward = -1 , None = 0 UMETA(Hidden) , Forward = 1 } |
!!! DO NOT USE OUTSIDE OF VISUAL CONTROLLER FUNCTIONS !!! Describes direction in which scenes move - current scene is expected to change either to the next(forward) or previous(backward) scene in the node.
None is an internal value and must never be used.