Navigation
API > API/Developer > API/Developer/TextureFormat > API/Developer/TextureFormat/FChildTextureFormat
Description
Obtains the current global format config object for this texture format.
This is only ever called during task creation - never in a build worker (FormatConfigOverride is empty)
Virtual Inheritance
- ITextureFormat::ExportGlobalFormatConfig → FChildTextureFormat::ExportGlobalFormatConfig
| Name | ExportGlobalFormatConfig |
| Type | function |
| Header File | /Engine/Source/Developer/TextureFormat/Public/ChildTextureFormat.h |
| Include Path | #include "ChildTextureFormat.h" |
virtual PRAGMA_ENABLE_DEPRECATION_WARNINGS FCbObject ExportGlobalFormatConfig
(
const FTextureBuildSettings & BuildSettings
) const
The current format config object or an empty object if no format config is defined for this texture format.
Parameters
| Name | Remarks |
|---|---|
| BuildSettings | Build settings. |