Navigation
API > API/Developer > API/Developer/TextureFormat > API/Developer/TextureFormat/FChildTextureFormat
- ITextureFormat::ExportGlobalFormatConfig()
- FChildTextureFormat::ExportGlobalFormatConfig()
References
| Module | TextureFormat |
| Header | /Engine/Source/Developer/TextureFormat/Public/ChildTextureFormat.h |
| Include | #include "ChildTextureFormat.h" |
virtual FCbObject ExportGlobalFormatConfig
(
const FTextureBuildSettings & BuildSettings
) const
Remarks
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) The current format config object or an empty object if no format config is defined for this texture format.
Parameters
| Name | Description |
|---|---|
| BuildSettings | Build settings. |