Navigation
API > API/Plugins > API/Plugins/ControlRig > API/Plugins/ControlRig/UControlRigShapeLibrary
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const FControlRigShapeDefinition * GetShapeByName
(
const FName& InName, |
ControlRigGizmoLibrary.h | ||
static const FControlRigShapeDefinition * GetShapeByName
(
const FName& InName, |
ControlRigGizmoLibrary.h |
GetShapeByName(const FName &, bool)
| Name | GetShapeByName |
| Type | function |
| Header File | /Engine/Plugins/Animation/ControlRig/Source/ControlRig/Public/ControlRigGizmoLibrary.h |
| Include Path | #include "ControlRigGizmoLibrary.h" |
| Source | /Engine/Plugins/Animation/ControlRig/Source/ControlRig/Private/ControlRigGizmoLibrary.cpp |
const FControlRigShapeDefinition * GetShapeByName
(
const FName & InName,
bool bUseDefaultIfNotFound
) const
GetShapeByName(const FName &, const TArray< TSoftObjectPtr< UControlRigShapeLibrary > > &, const TMap< FString, FString > &, bool)
| Name | GetShapeByName |
| Type | function |
| Header File | /Engine/Plugins/Animation/ControlRig/Source/ControlRig/Public/ControlRigGizmoLibrary.h |
| Include Path | #include "ControlRigGizmoLibrary.h" |
| Source | /Engine/Plugins/Animation/ControlRig/Source/ControlRig/Private/ControlRigGizmoLibrary.cpp |
static const FControlRigShapeDefinition * GetShapeByName
(
const FName & InName,
const TArray < TSoftObjectPtr < UControlRigShapeLibrary > > & InShapeLibraries,
const TMap < FString , FString > & InLibraryNameMap,
bool bUseDefaultIfNotFound
)