Navigation
BlueprintAPI > BlueprintAPI/MotionWarping > BlueprintAPI/MotionWarping/Experimental
Creates Switch Off Composite Condition that lets you combine different switch off conditions with logic AND/OR operators.
Target is Motion Warping Switch Off Composite 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 |
| object | Switch Off Condition A | First Switch Off Condition to combine |
| enum | Logic Operator | Logic operator to use for Switch Off Condition combination |
| object | Switch Off Condition B | Second Switch Off Condition to combine |
| 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. |