Navigation
API > API/Plugins > API/Plugins/LearningAgentsTraining
The configurable settings for a ULearningAgentsFlowMatchingTrainer.
| Name | FLearningAgentsFlowMatchingTrainerSettings |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/LearningAgents/Source/LearningAgentsTraining/Public/LearningAgentsFlowMatchingTrainer.h |
| Include Path | #include "LearningAgentsFlowMatchingTrainer.h" |
Syntax
USTRUCT (BlueprintType , Category="LearningAgents")
struct FLearningAgentsFlowMatchingTrainerSettings
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| RecordingFilterTag | FGameplayTag | Tag used to filter records from the recording. | LearningAgentsFlowMatchingTrainer.h |
|
| TrainerCommunicationTimeout | float | Time in seconds to wait for the training process before timing out. | LearningAgentsFlowMatchingTrainer.h |
|