Navigation
API > API/Plugins > API/Plugins/DMXPixelMappingRenderer > API/Plugins/DMXPixelMappingRenderer/UDMXPixelMappingPreprocessRender-
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void SetInputUserWidget
(
UUserWidget* InUserWidget |
DEPRECATED 5.4 - Sets the input texture that is used when rendering | DMXPixelMappingPreprocessRenderer.h | |
void SetInputUserWidget
(
UUserWidget* InUserWidget, |
Sets the input texture that is used when rendering | DMXPixelMappingPreprocessRenderer.h |
SetInputUserWidget(UUserWidget *)
Description
DEPRECATED 5.4 - Sets the input texture that is used when rendering
| Name | SetInputUserWidget |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/DMX/DMXPixelMapping/Source/DMXPixelMappingRenderer/Public/DMXPixelMappingPreprocessRenderer.h |
| Include Path | #include "DMXPixelMappingPreprocessRenderer.h" |
| Source | /Engine/Plugins/VirtualProduction/DMX/DMXPixelMapping/Source/DMXPixelMappingRenderer/Private/DMXPixelMappingPreprocessRenderer.cpp |
void SetInputUserWidget
(
UUserWidget * InUserWidget
)
SetInputUserWidget(UUserWidget *, EPixelFormat)
Description
Sets the input texture that is used when rendering
| Name | SetInputUserWidget |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/DMX/DMXPixelMapping/Source/DMXPixelMappingRenderer/Public/DMXPixelMappingPreprocessRenderer.h |
| Include Path | #include "DMXPixelMappingPreprocessRenderer.h" |
| Source | /Engine/Plugins/VirtualProduction/DMX/DMXPixelMapping/Source/DMXPixelMappingRenderer/Private/DMXPixelMappingPreprocessRenderer.cpp |
void SetInputUserWidget
(
UUserWidget * InUserWidget,
EPixelFormat InFormat
)