UDebugBoxActuator
class UDebugBoxActuator : public UBoxActuator
A debug actuator that can be used for testing actuator discovery and spaces from python.
Dependencies: FBoxPoint, FBoxSpace, UBoxActuator
Inherits from: public UBoxActuator
Public Interface
Public Functions:
GetActionSpace
virtual FBoxSpace GetActionSpace()
Returns the action space of the actuator.
Returns: The action space of type FBoxSpace
Returns: FBoxSpace
Attributes: virtual
Source: Schola/Source/Schola/Public/Actuators/DebugActuators.h
(line 28, column 11)
Implementation: Schola/Source/Schola/Private/Actuators/DebugActuators.cpp
(lines 5-8)
TakeAction
inline virtual void TakeAction(const FBoxPoint &Action)
No-Op.
Parameters:
Action
(const FBoxPoint &
) – [in] A box point that is disgarded.
Attributes: inline
, virtual
Source: Schola/Source/Schola/Public/Actuators/DebugActuators.h
(line 34, column 6)
Public Members:
FBoxSpace ActionSpace
FBoxSpace ActionSpace = = FBoxSpace()
The Action Space to use in this Actuator.
Source: Schola/Source/Schola/Public/Actuators/DebugActuators.h
(line 22, column 11)
Source: Schola/Source/Schola/Public/Actuators/DebugActuators.h
(line 15, column 1)