Navigation
API > API/Plugins > API/Plugins/LearningAgentsTrainingEditor
Editor callable flow matching learning trainer.
| Name | ALearningAgentsFlowMatchingTrainerEditor |
| Type | class |
| Header File | /Engine/Plugins/Experimental/LearningAgents/Source/LearningAgentsTrainingEditor/Public/LearningAgentsFlowMatchingTrainerEditor.h |
| Include Path | #include "LearningAgentsFlowMatchingTrainerEditor.h" |
Syntax
UCLASS (BlueprintType, Blueprintable)
class ALearningAgentsFlowMatchingTrainerEditor : public ALearningAgentsTrainerEditorBase
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → AActor → ALearningAgentsTrainerEditorBase → ALearningAgentsFlowMatchingTrainerEditor
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
ALearningAgentsFlowMatchingTrainerEditor() |
LearningAgentsFlowMatchingTrainerEditor.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| FlowMatchingTrainerPathSettings | FLearningAgentsTrainerProcessSettings | LearningAgentsFlowMatchingTrainerEditor.h |
|
|
| FlowMatchingTrainerSettings | FLearningAgentsFlowMatchingTrainerSettings | LearningAgentsFlowMatchingTrainerEditor.h |
|
|
| FlowMatchingTrainerTrainingSettings | FLearningAgentsFlowMatchingTrainerTrainingSettings | LearningAgentsFlowMatchingTrainerEditor.h |
|
|
| LearningAgentsFlowMatchingTrainer | TObjectPtr< ULearningAgentsFlowMatchingTrainer > | LearningAgentsFlowMatchingTrainerEditor.h |
|
Functions
Public
Public Virtual
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void StartExport
(
UE::Learning::ETrainerExportFlags Flags |
LearningAgentsFlowMatchingTrainerEditor.h | ||
virtual void StartTraining() |
LearningAgentsFlowMatchingTrainerEditor.h | ||
virtual void StopTraining() |
LearningAgentsFlowMatchingTrainerEditor.h |
Overridden from ALearningAgentsTrainerEditorBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool IsTraining() |
Start training. Stop training. Is training. | LearningAgentsFlowMatchingTrainerEditor.h |