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&40;Config&61;Engine&41;
class UCustomizableObjectBulk : public UObject
Functions
| Type | Name | Description | |
|---|---|---|---|
| TArray< TSharedPtr< IAsyncReadFileHandle > > | Creates and returns an array with IAsyncReadFileHandles for each BulkData file. | ||
| void | PrepareBulkData
(
UCustomizableObject* InCustomizableObject, |
Compute the number of files and sizes the BulkData will be split into and fix up HashToStreamableBlock's FileIndices and Offsets. |
Overridden from UObject
| Type | Name | Description | |
|---|---|---|---|
| void | CookAdditionalFilesOverride
(
const TCHAR* PackageFilename, |
Called during cook to allow objects to generate additional cooked files alongside their cooked package. | |
| void | PostLoad () |
Do any object-specific cleanup required immediately after loading an object. |