Navigation
BlueprintAPI > BlueprintAPI/MotionWarping > BlueprintAPI/MotionWarping/Experimental
Creates Switch Off Blueprintable Condition from WarpingSwitchOffBlueprintableCondition subclass.
Target is Motion Warping Switch Off Blueprintable Condition
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| object | Owner Actor | Actor owning Motion Warping Component to which this switch off condition will be added. |
| enum | Effect | What should happen if switch off condition is true |
| class | Blueprintable Switch Off Condition | Subclass of WarpingSwitchOffBlueprintableCondition |
| boolean | Use Warp Target as Location | Should use corresponding warp target as context for this Switch Off Condition. If set to false, will use TargetActor parameter |
| object | Target Actor | Target Actor to use as a context for this Switch Off Condition if Use Warp Target As Location parameter is false. |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out | |
| object | Return Value | Created Switch Off Condition. This Switch Off Condition can be added to Motion Warping Component with Add Switch Off Condition node. |