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, Category="LearningAgents", Meta=(AdvancedDisplay=4))
static FLearningAgentsActionSchemaElement SpecifyTransformAction
(
ULearningAgentsActionSchema * Schema,
const float LocationScale,
const float RotationScale,
const float ScaleScale,
const FName Tag
)
Remarks
Specifies a new transform action. The newly created action schema element.
Parameters
| Name | Description |
|---|---|
| Schema | The Action Schema |
| LocationScale | The scale used for the Location part of the transform in this action in cm. |
| RotationScale | The scale used for the Rotation part of the transform in this action in degrees. |
| ScaleScale | The scale used for the Scale part of the transform in this action. |
| Tag | The tag of this new action. Used during action object validation and debugging. |