Stadium Wave module
This module changes the state metadata for the agents intersecting with a line given by the user.
Attributes
Attributes | Type | Overridable | Description |
---|---|---|---|
stateRandomDelay | vector2 | no | Random delay for state change |
seed | int | no | Random seed |
forceTransition | bool | no | When this is on, the agents are forced to change state straight away. |
Â
Blueprint functions
SetWave
Argument | Type | Description |
---|---|---|
Start | FVector | The start of the line used to calculate the intersection with the agent group and agents bounding boxes. |
End | FVector | The end of the line used to calculate the intersection with the agent group and agents bounding boxes. |
Extent | FVector | The extent of the agent group bounding box. |
state | int32 | The new state for the agents |
radius | float | The line radius for the agent intersection |
disableZ | bool | When this option is on, the agent height is not considered when evaluating the intersection with the line. |
Copyright © 2017, Toolchefs LTD.