Navigation
API > API/Plugins > API/Plugins/ControlRig > API/Plugins/ControlRig/UControlRigComponent
References
| Module | ControlRig |
| Header | /Engine/Plugins/Animation/ControlRig/Source/ControlRig/Public/ControlRigComponent.h |
| Include | #include "ControlRigComponent.h" |
| Source | /Engine/Plugins/Animation/ControlRig/Source/ControlRig/Private/ControlRigComponent.cpp |
UFUNCTION (BlueprintPure, Category="ControlRig")
TArray < FName > GetElementNames
(
ERigElementType ElementType
)
Remarks
Returns all of the names for a given element type (Bone, Control, etc) all of the names for a given element type (Bone, Control, etc)
Parameters
| Name | Description |
|---|---|
| ElementType | The type of elements to return the names for |