Navigation
API > API/Plugins > API/Plugins/LearningAgentsTraining > API/Plugins/LearningAgentsTraining/ULearningAgentsRecording
References
| Module | LearningAgentsTraining |
| Header | /Engine/Plugins/Experimental/LearningAgents/Source/LearningAgentsTraining/Public/LearningAgentsRecording.h |
| Include | #include "LearningAgentsRecording.h" |
| Source | /Engine/Plugins/Experimental/LearningAgents/Source/LearningAgentsTraining/Private/LearningAgentsRecording.cpp |
UFUNCTION (BlueprintCallable, Category="LearningAgents")
void GetActionVector
(
TArray < float > & OutActionVector,
int32 & OutActionCompatibilityHash,
const int32 Record,
const int32 Step
)
Remarks
Get the Action Vector associated with a particular step of a given recording
Parameters
| Name | Description |
|---|---|
| OutActionVector | Output Action Vector |
| OutActionCompatibilityHash | Output Compatibility Hash for the given Action Vector |
| Record | Index of the record in the array of records. |
| Step | Step of the recording |