Navigation
BlueprintAPI > BlueprintAPI/TransitionLogic
Determines whether a transition is currently taking place at a given layer
Target is Ava Transition Library
Inputs
| Type | Name | Description |
|---|---|---|
| object | In Context Object | the context to retrieve the active transition relating to the context. |
| enum | In Layer Comparison Type | the type of layer to filter. "Same": the same layer as this context's. "Other": a layer different from this context's. "Specific Layers": layers specified by "InSpecificLayers". "Any": any layer found. |
| struct | In Specific Layers | the specific layers to filter. InLayerComparisonType should be set to "Specific Layers" for this to be considered. |
| enum | In Transition Type Filter | the transition type to filter (whether it should only consider Ins or Outs, or any type is allowed) |
Outputs
| Type | Name | Description |
|---|---|---|
| boolean | Return Value |