![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <IMediaTextureSampleConverter.h>
Classes | |
| struct | FConversionHints |
Public Types | |
| enum | EConverterInfoFlags { ConverterInfoFlags_Default = 0 , ConverterInfoFlags_WillCreateOutputTexture = 1 << 0 , ConverterInfoFlags_PreprocessOnly = 1 << 1 , ConverterInfoFlags_NeedUAVOutputTexture = 1 << 2 } |
Public Member Functions | |
| virtual | ~IMediaTextureSampleConverter () |
| virtual uint32 | GetConverterInfoFlags () const |
| virtual bool | Convert (FRHICommandListImmediate &RHICmdList, FTextureRHIRef &InDstTexture, const FConversionHints &Hints)=0 |
| bool | Convert (FTextureRHIRef &InDstTexture, const FConversionHints &Hints) |
Interface class to implement custom sample conversion
|
inlinevirtual |
|
pure virtual |
|
inline |