Navigation
API > API/Plugins > API/Plugins/LearningAgents
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- ULearningAgentsAction
- UPlanarVelocityAction
References
| Module | LearningAgents |
| Header | /Engine/Plugins/Experimental/LearningAgents/Source/LearningAgents/Public/LearningAgentsActions.h |
| Include | #include "LearningAgentsActions.h" |
Syntax
UCLASS&40;&41;
class UPlanarVelocityAction : public ULearningAgentsAction
Remarks
A planar velocity action.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< UE::Learning::FPlanarVelocityFeature > | FeatureObject |
Functions
| Type | Name | Description | |
|---|---|---|---|
| UPlanarVelocityAction * | AddPlanarVelocityAction
(
ULearningAgentsInteractor* InInteractor, |
Adds a new planar velocity action to the given agent interactor. | |
| FVector | GetPlanarVelocityAction
(
const int32 AgentId |
Gets the data for this action. | |
| void | SetPlanarVelocityAction
(
const int32 AgentId, |
Sets the data for this action. |
Overridden from ULearningAgentsAction
| Type | Name | Description | |
|---|---|---|---|
| void | VisualLog
(
const UE::Learning::FIndexSet Instances |
Describes this action to the visual logger for debugging purposes. |