Navigation
API > API/Plugins > API/Plugins/CustomizableObject > API/Plugins/CustomizableObject/UCustomizableSystemImageProvider
Description
In case IsTextureParameterValueUnreal returns false, this will be used to query the texture data that must be copied in the preallocated buffer. The pixel format is assumed to be 4-channel RGBA, uint8_t per channel.
| Name | GetTextureParameterValueData |
| Type | function |
| Header File | /Engine/Plugins/Mutable/Source/CustomizableObject/Public/MuCO/CustomizableObjectSystem.h |
| Include Path | #include "MuCO/CustomizableObjectSystem.h" |
virtual void GetTextureParameterValueData
(
const FName & ID,
uint8 * OutData
)