Class UBlueprintBoxActuator
- class UBlueprintBoxActuator : public UBoxActuator
-
Blueprint version of box actuator.
Public Functions
- virtual FBoxSpace GetActionSpace() override
-
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
- virtual void TakeAction(const FBoxPoint &Action) override
-
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