Navigation
API > API/Plugins > API/Plugins/CustomizableObject > API/Plugins/CustomizableObject/MuCO
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UCustomizableObjectBulk
References
| Module | CustomizableObject |
| Header | /Engine/Plugins/Experimental/Mutable/Source/CustomizableObject/Classes/MuCO/CustomizableObject.h |
| Include | #include "MuCO/CustomizableObject.h" |
Syntax
UCLASS (Config=Engine)
class UCustomizableObjectBulk : public UObject
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | CookAdditionalFilesOverride
(
const TCHAR*, |
||
| const FString & | |||
| TUniquePtr< IAsyncReadFileHandle > | OpenFileAsyncRead
(
uint32 FileId |
||
| void | PrepareBulkData
(
UCustomizableObject* InCustomizableObject, |
Compute the number of files and sizes the BulkData will be split into and fix up the HashToStreamableBlock's FileIds and Offsets. |
Overridden from UObject
| Type | Name | Description | |
|---|---|---|---|
| void | PostLoad () |
Do any object-specific cleanup required immediately after loading an object. |
Enums
| Type | Name | Description | |
|---|---|---|---|
| EDataType |