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 * GetTransitionBehavior
(
ULevel * InLevel
) const
Remarks
Gets the Transition Behavior for the given Level in this Subsystem's World the behavior for the provided level
Parameters
| Name | Description |
|---|---|
| InLevel | the level containing the transition behavior. if null, will default to the persistent level of the world |