Navigation
BlueprintAPI > BlueprintAPI/TransitionLogic
Determines whether there are scenes/levels (other than the one from this context) transitioning. Note: this ignores scenes that are transitioning out and to be discarded.
Target is Ava Transition Library
Inputs
| Type | Name | Description |
|---|---|---|
| object | In Context Object | the context to retrieve the active transition relating to the context. |
| struct | In Layers | the layers to consider |
| softobject | In Scenes to Ignore | the world assets to ignore |
Outputs
| Type | Name | Description |
|---|---|---|
| boolean | Return Value | true if the given layers have assets that are involved in a transition. |