Navigation
API > API/Plugins > API/Plugins/CustomizableObject > API/Plugins/CustomizableObject/UCustomizableObjectSystem
Description
[Texture FParameters] Interface to actually cache Images in the Mutable system and make them available 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 FParameters] Cache an image which has to have been previously registered by an Image provider with the parameter id.
| Name | CacheImage |
| Type | function |
| Header File | /Engine/Plugins/Mutable/Source/CustomizableObject/Public/MuCO/CustomizableObjectSystem.h |
| Include Path | #include "MuCO/CustomizableObjectSystem.h" |
| Source | /Engine/Plugins/Mutable/Source/CustomizableObject/Private/MuCO/CustomizableObjectSystem.cpp |
void CacheImage
(
FName ImageId
)