Navigation
API > API/Plugins > API/Plugins/LearningAgentsTraining
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- ULearningAgentsCompletion
- UConditionalCompletion
References
| Module | LearningAgentsTraining |
| Header | /Engine/Plugins/Experimental/LearningAgents/Source/LearningAgentsTraining/Public/LearningAgentsCompletions.h |
| Include | #include "LearningAgentsCompletions.h" |
Syntax
UCLASS&40;&41;
class UConditionalCompletion : public ULearningAgentsCompletion
Remarks
A simple boolean completion. Used as a catch-all for situations where a more type-specific completion does not exist yet.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< UE::Learning::FConditionalCompletion > | CompletionObject |
Functions
| Type | Name | Description | |
|---|---|---|---|
| UConditionalCompletion * | AddConditionalCompletion
(
ULearningAgentsTrainer* InAgentTrainer, |
Adds a new conditional completion to the given trainer. | |
| void | SetConditionalCompletion
(
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. |