Navigation
API > API/Plugins > API/Plugins/CustomizableObjectEditor > API/Plugins/CustomizableObjectEditor/MuCOE
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UCustomizableObjectLayout
References
| Module | CustomizableObjectEditor |
| Header | /Engine/Plugins/Experimental/Mutable/Source/CustomizableObjectEditor/Classes/MuCOE/CustomizableObjectLayout.h |
| Include | #include "MuCOE/CustomizableObjectLayout.h" |
Syntax
UCLASS&40;&41;
class UCustomizableObjectLayout : public UObject
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< FCustomizableObjectLayoutBlock > | Blocks | ||
| TArray< TArray< FVector2f > > | UnassignedUVs |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| int32 | Get a block index in the array from its id. Return -1 if not found. | ||
| void | |||
| ECustomizableObjectLayoutBlockReductionMethod | |||
| int32 | |||
| FIntPoint | GetGridSize () |
||
| bool | |||
| FString | |||
| int32 | GetLOD () |
||
| int32 | GetMaterial () |
||
| FIntPoint | |||
| UObject * | GetMesh () |
||
| ECustomizableObjectTextureLayoutPackingStrategy | |||
| int32 | GetUVChannel () |
||
| void | GetUVChannel
(
TArray< FVector2f >& UVs, |
||
| void | |||
| void | SetGridSize
(
FIntPoint Size |
||
| void | SetIgnoreVertexLayoutWarnings
(
bool bValue |
||
| void | SetIgnoreWarningsLOD
(
int32 LODValue |
||
| void | Sets the layout parameters. | ||
| void | SetLayoutName
(
FString Name |
||
| void | SetMaxGridSize
(
FIntPoint Size |
||
| void |