Navigation
API > API/Runtime > API/Runtime/Media > API/Runtime/Media/IMediaTextureSampleConverter
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool Convert
(
FTextureRHIRef& InDstTexture, |
IMediaTextureSampleConverter.h | ||
bool Convert
(
FRHICommandListImmediate& RHICmdList, |
IMediaTextureSampleConverter.h |
Convert(FTextureRHIRef &, const FConversionHints &)
| Name | Convert |
| Type | function |
| Header File | /Engine/Source/Runtime/Media/Public/IMediaTextureSampleConverter.h |
| Include Path | #include "IMediaTextureSampleConverter.h" |
bool Convert
(
FTextureRHIRef & InDstTexture,
const FConversionHints & Hints
)
Convert(FRHICommandListImmediate &, FTextureRHIRef &, const FConversionHints &)
| Name | Convert |
| Type | function |
| Header File | /Engine/Source/Runtime/Media/Public/IMediaTextureSampleConverter.h |
| Include Path | #include "IMediaTextureSampleConverter.h" |
bool Convert
(
FRHICommandListImmediate & RHICmdList,
FTextureRHIRef & InDstTexture,
const FConversionHints & Hints
)