Navigation
API > API/Plugins > API/Plugins/LearningAgents
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- ULearningAgentsHelper
- UMeshComponentHelper
References
| Module | LearningAgents |
| Header | /Engine/Plugins/Experimental/LearningAgents/Source/LearningAgents/Public/LearningAgentsHelpers.h |
| Include | #include "LearningAgentsHelpers.h" |
Syntax
UCLASS&40;&41;
class UMeshComponentHelper : public ULearningAgentsHelper
Remarks
A helper for getting various properties from a MeshComponent.
Functions
| Type | Name | Description | |
|---|---|---|---|
| UMeshComponentHelper * | AddMeshComponentHelper
(
ULearningAgentsManagerComponent* InManagerComponent, |
Adds a new mesh component helper to the given manager component. | |
| void | GetMeshBonePositions
(
TArray< FVector >& OutBonePositions, |
Gets the bone positions for a set of bones of the mesh component in world space. |