Navigation
API > API/Plugins > API/Plugins/LearningAgentsTraining > API/Plugins/LearningAgentsTraining/ULearningAgentsCompletions
References
| Module | LearningAgentsTraining |
| Header | /Engine/Plugins/Experimental/LearningAgents/Source/LearningAgentsTraining/Public/LearningAgentsCompletions.h |
| Include | #include "LearningAgentsCompletions.h" |
| Source | /Engine/Plugins/Experimental/LearningAgents/Source/LearningAgentsTraining/Private/LearningAgentsCompletions.cpp |
UFUNCTION (BlueprintPure, Category="LearningAgents",
Meta=(DisplayName="Completion NOT", CompactNodeTitle="NOT"))
static ELearningAgentsCompletion CompletionNot
(
ELearningAgentsCompletion A,
ELearningAgentsCompletion NotRunningType
)
Remarks
Returns running if the input A is either a termination or truncation, otherwise returns the completion specified by NotRunningType