Navigation
API > API/Plugins > API/Plugins/LearningAgentsTraining
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- ULearningAgentsCompletion
- UTimeElapsedCompletion
References
| Module | LearningAgentsTraining |
| Header | /Engine/Plugins/Experimental/LearningAgents/Source/LearningAgentsTraining/Public/LearningAgentsCompletions.h |
| Include | #include "LearningAgentsCompletions.h" |
Syntax
UCLASS&40;&41;
class UTimeElapsedCompletion : public ULearningAgentsCompletion
Remarks
A completion for if a given amount of time has elapsed.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< UE::Learning::FTimeElapsedCompletion > | CompletionObject |
Functions
| Type | Name | Description | |
|---|---|---|---|
| UTimeElapsedCompletion * | AddTimeElapsedCompletion
(
ULearningAgentsTrainer* InAgentTrainer, |
Adds a new time elapsed completion to the given trainer. | |
| void | SetTimeElapsedCompletion
(
const int32 AgentId, |
Sets the data for this completion. |
Overridden from ULearningAgentsCompletion
| Type | Name | Description | |
|---|---|---|---|
| void | VisualLog
(
const UE::Learning::FIndexSet Instances |
Describes this completion to the visual logger for debugging purposes. |