![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <IMediaTextureSampleConverter.h>
Public Member Functions | |
| virtual | ~IMediaTextureSampleColorConverter () |
| virtual bool | ApplyColorConversion (FRHICommandListImmediate &RHICmdList, FTextureRHIRef &InSrcTexture, FTextureRHIRef &InDstTexture)=0 |
| bool | ApplyColorConversion (FTextureRHIRef &InSrcTexture, FTextureRHIRef &InDstTexture) |
Interface class to implement custom sample color conversion
|
inlinevirtual |
|
pure virtual |
Apply a color conversion on the input and store the result in the destination texture.
|
inline |