Navigation
API > API/Plugins > API/Plugins/LearningAgents > API/Plugins/LearningAgents/ULearningAgentsObservations
References
| Module | LearningAgents |
| Header | /Engine/Plugins/Experimental/LearningAgents/Source/LearningAgents/Public/LearningAgentsObservations.h |
| Include | #include "LearningAgentsObservations.h" |
| Source | /Engine/Plugins/Experimental/LearningAgents/Source/LearningAgents/Private/LearningAgentsObservations.cpp |
UFUNCTION (BlueprintPure=false, Category="LearningAgents",
Meta=(AdvancedDisplay=3, ExpandEnumAsExecs="OutOption", ReturnDisplayName="Success"))
static bool GetOptionalObservation
(
ELearningAgentsOptionalObservation & OutOption,
FLearningAgentsObservationObjectElement & OutElement,
const ULearningAgentsObservationObject * Object,
const FLearningAgentsObservationObjectElement Element,
const FName Tag
)