Navigation
API > API/Plugins > API/Plugins/CustomizableObject > API/Plugins/CustomizableObject/UDefaultImageProvider
Description
Used in the editor to show the list of available options. Only necessary if the images are required in editor previews.
Virtual Inheritance
- UCustomizableSystemImageProvider::GetTextureParameterValues → UDefaultImageProvider::GetTextureParameterValues
| Name | GetTextureParameterValues |
| Type | function |
| Header File | /Engine/Plugins/Mutable/Source/CustomizableObject/Public/MuCO/DefaultImageProvider.h |
| Include Path | #include "MuCO/DefaultImageProvider.h" |
| Source | /Engine/Plugins/Mutable/Source/CustomizableObject/Private/MuCO/DefaultImageProvider.cpp |
virtual void GetTextureParameterValues
(
TArray < FCustomizableObjectExternalTexture > & OutValues
)