Class UBlueprintDiscreteActuator
- class UBlueprintDiscreteActuator : public UDiscreteActuator
-
Blueprint version of discrete actuator.
Public Functions
- virtual FDiscreteSpace GetActionSpace() override
-
Get the Space bounding the inputs to this actuator.
Note
This function must be implemented in the derived class.
- Returns:
-
DiscreteSpace containing the bounds of the inputs to this actuator
- virtual void TakeAction(const FDiscretePoint &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] DiscretePoint containing the inputs to this actuator