Navigation
API > API/Plugins > API/Plugins/AvalancheTransition > API/Plugins/AvalancheTransition/UAvaTransitionSubsystem
References
| Module | AvalancheTransition |
| Header | /Engine/Plugins/Experimental/Avalanche/Source/AvalancheTransition/Public/AvaTransitionSubsystem.h |
| Include | #include "AvaTransitionSubsystem.h" |
| Source | /Engine/Plugins/Experimental/Avalanche/Source/AvalancheTransition/Private/AvaTransitionSubsystem.cpp |
IAvaTransitionBehavior * GetOrCreateTransitionBehavior
(
ULevel * InLevel
)
Remarks
Gets or Creates a Transition Behavior for the given Level in this Subsystem's World the behavior for the provided level
Parameters
| Name | Description |
|---|---|
| InLevel | the level to get or create the transition behavior. if null, will default to the persistent level of the world |