Navigation
API > API/Plugins > API/Plugins/LearningAgents > API/Plugins/LearningAgents/ULearningAgentsObservations
Description
Find an Enum type by Name. This can be used to find Enum types defined in C++. This call can be expensive so the result should be cached.
| Name | FindEnumByName |
| Type | function |
| Header File | /Engine/Plugins/Experimental/LearningAgents/Source/LearningAgents/Public/LearningAgentsObservations.h |
| Include Path | #include "LearningAgentsObservations.h" |
| Source | /Engine/Plugins/Experimental/LearningAgents/Source/LearningAgents/Private/LearningAgentsObservations.cpp |
UFUNCTION (BlueprintCallable, Category="LearningAgents")
static UEnum * FindEnumByName
(
const FString & Name
)