Navigation
API > API/Plugins > API/Plugins/LearningAgentsTraining > API/Plugins/LearningAgentsTraining/ULearningAgentsRecorder
References
| Module | LearningAgentsTraining |
| Header | /Engine/Plugins/Experimental/LearningAgents/Source/LearningAgentsTraining/Public/LearningAgentsRecorder.h |
| Include | #include "LearningAgentsRecorder.h" |
| Source | /Engine/Plugins/Experimental/LearningAgents/Source/LearningAgentsTraining/Private/LearningAgentsRecorder.cpp |
UFUNCTION&40;BlueprintCallable, Category&61;"LearningAgents"&41;
void BeginRecording
&40;
bool bReinitializeRecording
&41;
Remarks
Begins the recording of the observations and actions of each added agent.
Parameters
| Name | Description |
|---|---|
| bReinitializeRecording | If to clear all records from the recording object in use at the start of recording. |