FSingleFormatFallbacks
Public Functions
| Name | |
|---|---|
| FSingleFormatFallbacks() |
Public Attributes
| Name | |
|---|---|
| ECohtmlImageFormat | BaseFormat |
| TArray< ECohtmlImageFormat > | PossibleFallbacks |
Public Functions Documentation
function FSingleFormatFallbacks
inline FSingleFormatFallbacks()
Public Attributes Documentation
variable BaseFormat
ECohtmlImageFormat BaseFormat;
This specifies the base format for which we want to add fallbacks
variable PossibleFallbacks
TArray< ECohtmlImageFormat > PossibleFallbacks;
This array specifies the possible fallback formats of the base format and the order in which they will be tried.