Navigation
API > API/Plugins > API/Plugins/CustomizableObject > API/Plugins/CustomizableObject/MuCO
References
| Module | CustomizableObject |
| Header | /Engine/Plugins/Experimental/Mutable/Source/CustomizableObject/Public/MuCO/CustomizableObjectMipDataProvider.h |
| Include | #include "MuCO/CustomizableObjectMipDataProvider.h" |
Syntax
struct FMutableImageOperationData
Remarks
Runtime data used during a mutable image mipmap update
Variables
| Type | Name | Description | |
|---|---|---|---|
| FThreadSafeCounter * | Counter | Used to sync with the FMutableTextureMipDataProvider and FRenderAssetUpdate::Tick. | |
| FCriticalSection | CounterTaskLock | Access to the Counter must be protected with this because it may be accessed from another thread to null it. | |
| TArray< FMutableMipUpdateLevel > | Levels | ||
| int32 | MipsToSkip | This option comes from the operation request. | |
| FMutableImageReference | RequestedImage | ||
| FTextureUpdateSyncOptions::FCallback | RescheduleCallback | ||
| mu::ImagePtrConst | Result | ||
| TSharedPtr< FMutableUpdateContext > | UpdateContext |