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 SetupRecorder
&40;
ULearningAgentsInteractor &42; InInteractor,
const FLearningAgentsRecorderPathSettings & RecorderPathSettings,
ULearningAgentsRecording &42; RecordingAsset
&41;
Remarks
Initializes this object and runs the setup functions for the underlying data storage.
Parameters
| Name | Description |
|---|---|
| InInteractor | The agent interactor we are recording with. |
| RecorderPathSettings | The path settings used by the recorder. |
| RecordingAsset | Optional recording asset to use. If not provided then a new recording object will be created. |