Navigation
API > API/Plugins > API/Plugins/LearningAgents > API/Plugins/LearningAgents/ULearningAgentsActions
References
| Module | LearningAgents |
| Header | /Engine/Plugins/Experimental/LearningAgents/Source/LearningAgents/Public/LearningAgentsActions.h |
| Include | #include "LearningAgentsActions.h" |
| Source | /Engine/Plugins/Experimental/LearningAgents/Source/LearningAgents/Private/LearningAgentsActions.cpp |
UFUNCTION (BlueprintPure=false, Category="LearningAgents")
static void LogAction
(
const ULearningAgentsActionObject * Object,
const FLearningAgentsActionObjectElement Element
)
Remarks
Logs an Action Object Element. Useful for debugging.
Parameters
| Name | Description |
|---|---|
| Object | Action Object |
| ObjectElement | Action Object Element |