Class UDebugBoxActuator
- class UDebugBoxActuator : public UBoxActuator
-
A debug actuator that can be used for testing actuator discovery and spaces from python.
Public Functions
- 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)
-
No-Op.
- Parameters:
-
Action – [in] A box point that is disgarded.