Navigation
API > API/Plugins > API/Plugins/ControlRig
| |
|
| Name |
FControlRigShapeDefinition |
| Type |
struct |
| Header File |
/Engine/Plugins/Animation/ControlRig/Source/ControlRig/Public/ControlRigGizmoLibrary.h |
| Include Path |
#include "ControlRigGizmoLibrary.h" |
Syntax
USTRUCT (BlueprintType , Meta=(DisplayName="Shape"))
struct FControlRigShapeDefinition
Constructors
| Name |
Remarks |
Include Path |
Unreal Specifiers |
FControlRigShapeDefinition()
|
|
ControlRigGizmoLibrary.h |
|
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| Library |
TWeakObjectPtr< UControlRigShapeLibrary > |
|
ControlRigGizmoLibrary.h |
|
| ShapeName |
FName |
|
ControlRigGizmoLibrary.h |
- BlueprintReadOnly
- EditAnywhere
- Category="Shape"
|
| StaticMesh |
TSoftObjectPtr< UStaticMesh > |
|
ControlRigGizmoLibrary.h |
- BlueprintReadOnly
- EditAnywhere
- Category="Shape"
|
| Transform |
FTransform |
|
ControlRigGizmoLibrary.h |
- BlueprintReadOnly
- EditAnywhere
- Category="Shape"
|
Functions
Public