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 |
static bool GetStaticArrayActionToArrayView
(
TArrayView < FLearningAgentsActionObjectElement > OutElements,
const ULearningAgentsActionObject * Object,
const FLearningAgentsActionObjectElement Element,
const FName Tag
)
Remarks
Get the entries of a static array action. The OutElements ArrayView must be the correct size. true if the provided Element is the correct type, otherwise false.
Parameters
| Name | Description |
|---|---|
| OutElements | The output sub-elements. |
| Object | The Action Object |
| Element | The Action Object Element |
| Tag | The tag of the corresponding action. Must match the tag given during Specify. |