Navigation
API > API/Plugins > API/Plugins/CustomizableObject > API/Plugins/CustomizableObject/MuCO
References
| Module | CustomizableObject |
| Header | /Engine/Plugins/Experimental/Mutable/Source/CustomizableObject/Classes/MuCO/CustomizableObject.h |
| Include | #include "MuCO/CustomizableObject.h" |
Syntax
USTRUCT&40;&41;
struct FMutableRefSocket
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bForceAlwaysAnimated | ||
| FName | BoneName | ||
| int32 | Priority | When two sockets have the same name, the one with higher priority will be picked and the other discarded. | |
| FVector | RelativeLocation | ||
| FRotator | RelativeRotation | ||
| FVector | RelativeScale | ||
| FName | SocketName |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator==
(
const FMutableRefSocket& Other |