Class UBoxActuator
- class UBoxActuator : public UActuator
-
An actuator that does continuous actions, and takes inputs bounded by a box space.
Subclassed by UBlueprintBoxActuator, UDebugBoxActuator, UMovementInputActuator, URotationActuator
Public Functions
- inline virtual FBoxSpace GetActionSpace()
-
Get the Space bounding the inputs to this actuator.
Note
This function must be implemented in the derived class.
- Returns:
-
BoxSpace containing the bounds of the inputs to this actuator
- inline virtual void TakeAction(const FBoxPoint &Action)
-
Use this actuator to take an action impacting the world.
Note
This function must be implemented in the derived class.
- Parameters:
-
Action – [in] BoxPoint containing the inputs to this actuator