UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FTextureSourceColorSettings Struct Reference

#include <Texture.h>

Public Member Functions

ENGINE_API FTextureSourceColorSettings ()
 

Public Attributes

ETextureSourceEncoding EncodingOverride
 
ETextureColorSpace ColorSpace
 
FVector2D RedChromaticityCoordinate
 
FVector2D GreenChromaticityCoordinate
 
FVector2D BlueChromaticityCoordinate
 
FVector2D WhiteChromaticityCoordinate
 
ETextureChromaticAdaptationMethod ChromaticAdaptationMethod
 

Constructor & Destructor Documentation

◆ FTextureSourceColorSettings()

FTextureSourceColorSettings::FTextureSourceColorSettings ( )

Default constructor.

Member Data Documentation

◆ BlueChromaticityCoordinate

FVector2D FTextureSourceColorSettings::BlueChromaticityCoordinate

Blue chromaticity coordinate of the source color space.

◆ ChromaticAdaptationMethod

ETextureChromaticAdaptationMethod FTextureSourceColorSettings::ChromaticAdaptationMethod

Chromatic adaption method applied if the source white point differs from the working color space white point.

◆ ColorSpace

ETextureColorSpace FTextureSourceColorSettings::ColorSpace

Source color space of the texture.

◆ EncodingOverride

ETextureSourceEncoding FTextureSourceColorSettings::EncodingOverride

Source encoding of the texture, exposing more options than just sRGB.

◆ GreenChromaticityCoordinate

FVector2D FTextureSourceColorSettings::GreenChromaticityCoordinate

Green chromaticity coordinate of the source color space.

◆ RedChromaticityCoordinate

FVector2D FTextureSourceColorSettings::RedChromaticityCoordinate

Red chromaticity coordinate of the source color space.

◆ WhiteChromaticityCoordinate

FVector2D FTextureSourceColorSettings::WhiteChromaticityCoordinate

White chromaticity coordinate of the source color space.


The documentation for this struct was generated from the following files: