Navigation
API > API/Plugins > API/Plugins/Learning
Inheritance Hierarchy
- FCompletionObject
- FConditionalCompletion
References
| Module | Learning |
| Header | /Engine/Plugins/Experimental/LearningAgents/Source/Learning/Public/LearningCompletionObject.h |
| Include | #include "LearningCompletionObject.h" |
Syntax
struct FConditionalCompletion : public UE::Learning::FCompletionObject
Remarks
Completion due to some condition being true
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArrayMapHandle< 1, bool > | ConditionHandle |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FConditionalCompletion
(
const FName& InIdentifier, |