Class UDebugBinaryActuator
- class UDebugBinaryActuator : public UBinaryActuator
-
A debug actuator that can be used for testing actuator discovery and spaces from python.
Public Functions
- virtual FBinarySpace GetActionSpace()
-
Returns the action space of the actuator.
- Returns:
-
The action space of type FBinarySpace
- inline virtual void TakeAction(const FBinaryPoint &Action)
-
No-Op.
- Parameters:
-
Action – [in] A binary point that is discarded.
Public Members
- FBinarySpace ActionSpace
-
The Action Space to use in this Actuator.