Navigation
API > API/Developer > API/Developer/TextureFormat > API/Developer/TextureFormat/ITextureFormat
Description
Exposes whether the format supports the fast/final encode speed switching in project settings. Needs the Format so that we can thunk through the child texture formats correctly.
Derived Overrides
| Name | SupportsEncodeSpeed |
| Type | function |
| Header File | /Engine/Source/Developer/TextureFormat/Public/Interfaces/ITextureFormat.h |
| Include Path | #include "Interfaces/ITextureFormat.h" |
virtual bool SupportsEncodeSpeed
(
FName Format,
const ITargetPlatformSettings * TargetPlatform
) const