Choose your operating system:
Windows
macOS
Linux
| UObjectBase
|
Module |
|
Header |
/Engine/Plugins/Runtime/MassGameplay/Source/MassMovement/Public/MassVelocityRandomizerTrait.h |
Include |
#include "MassVelocityRandomizerTrait.h" |
UCLASS(Meta=(DisplayName="Velocity Randomizer"))
class UMassVelocityRandomizerTrait : public UMassEntityTraitBase
Name | Description | ||
---|---|---|---|
|
bSetZComponent |
||
|
float |
MaxSpeed |
The speed is expressed in UnrealUnits per second, which usually translates to 0.01m/s |
|
float |
MinSpeed |
The speed is expressed in UnrealUnits per second, which usually translates to 0.01m/s |
Name | Description | ||
---|---|---|---|
|
BuildTemplate ( |
Appends items into the entity template required for the trait. |