Navigation
API > API/Plugins > API/Plugins/LearningAgents
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- ULearningAgentsAction
- UVectorArrayAction
References
| Module | LearningAgents |
| Header | /Engine/Plugins/Experimental/LearningAgents/Source/LearningAgents/Public/LearningAgentsActions.h |
| Include | #include "LearningAgentsActions.h" |
Syntax
UCLASS&40;&41;
class UVectorArrayAction : public ULearningAgentsAction
Remarks
A simple array of FVector action.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< UE::Learning::FFloatFeature > | FeatureObject |
Functions
| Type | Name | Description | |
|---|---|---|---|
| UVectorArrayAction * | AddVectorArrayAction
(
ULearningAgentsInteractor* InInteractor, |
Adds a new vector action to the given agent interactor. | |
| void | GetVectorArrayAction
(
const int32 AgentId, |
Gets the data for this action. | |
| void | SetVectorArrayAction
(
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. |