Navigation
API > API/Plugins > API/Plugins/CustomizableObject > API/Plugins/CustomizableObject/MuCO > API/Plugins/CustomizableObject/MuCO/UCustomizableObjectSystem
References
| Module | CustomizableObject |
| Header | /Engine/Plugins/Experimental/Mutable/Source/CustomizableObject/Classes/MuCO/CustomizableObjectSystem.h |
| Include | #include "MuCO/CustomizableObjectSystem.h" |
| Source | /Engine/Plugins/Experimental/Mutable/Source/CustomizableObject/Private/MuCO/CustomizableObjectSystem.cpp |
void CacheImage
&40;
FName ImageId
&41;
Remarks
[Texture Parameters] Interface to actually cache Images in the Mutable system and make them availabe at run-time. Any cached image has to be registered by an Image provider before caching it. Have in mind that once an image has been cached, it will spend memory according to its size, except in the case of images of type UCustomizableSystemImageProvider::ValueType::Unreal_Deferred, where only a very small amount of memory is used and the real texel data is loaded when needed during an update and then immediately discarded [Texture Parameters] Cache an image which has to have been previously registered by an Image provider with the parameter id.