Navigation
API > API/Plugins > API/Plugins/LearningAgentsTraining
The path settings for the recorder.
| Name | FLearningAgentsRecorderPathSettings |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/LearningAgents/Source/LearningAgentsTraining/Public/LearningAgentsRecorder.h |
| Include Path | #include "LearningAgentsRecorder.h" |
Syntax
USTRUCT (BlueprintType , Category="LearningAgents")
struct FLearningAgentsRecorderPathSettings
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FLearningAgentsRecorderPathSettings() |
LearningAgentsRecorder.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| IntermediateRelativePath | FDirectoryPath | The relative path to the Intermediate directory. Defaults to FPaths::ProjectIntermediateDir. | LearningAgentsRecorder.h |
|
| RecordingsSubdirectory | FString | The name of the sub-directory to use in the intermediate directory | LearningAgentsRecorder.h |
|