Navigation
Unreal Engine C++ API Reference > Developer > TextureFormat > Interfaces > ITextureFormat
- ITextureFormat::SupportsEncodeSpeed()
References
Module | TextureFormat |
Header | /Engine/Source/Developer/TextureFormat/Public/Interfaces/ITextureFormat.h |
Include | #include "Interfaces/ITextureFormat.h" |
virtual bool SupportsEncodeSpeed ( [FName](API\Runtime\Core\UObject\FName) Format ) const
Remarks
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.