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=(CommutativeAssociativeBinaryOperator, DisplayName="Completion OR", CompactNodeTitle="OR"))
static ELearningAgentsCompletion CompletionOr
(
ELearningAgentsCompletion A,
ELearningAgentsCompletion B
)
Remarks
Returns a termination if either input is a termination, otherwise a truncation if either input is a truncation, otherwise returns running.