unreal.LearningAgentsRecorderPathSettings
¶
- class unreal.LearningAgentsRecorderPathSettings(intermediate_relative_path: DirectoryPath = Ellipsis, recordings_subdirectory: str = '')¶
Bases:
StructBase
The path settings for the recorder.
C++ Source:
Plugin: LearningAgents
Module: LearningAgentsTraining
File: LearningAgentsRecorder.h
Editor Properties: (see get_editor_property/set_editor_property)
intermediate_relative_path
(DirectoryPath): [Read-Write] The relative path to the Intermediate directory. Defaults to FPaths::ProjectIntermediateDir.recordings_subdirectory
(str): [Read-Write] The name of the sub-directory to use in the intermediate directory
- property intermediate_relative_path: DirectoryPath¶
[Read-Write] The relative path to the Intermediate directory. Defaults to FPaths::ProjectIntermediateDir.
- Type: