Navigation
API > API/Plugins > API/Plugins/ViewportWidgetOverlay
Renders widget by adding it as a blend material.
| Name | FViewportWidgetOverlay_PostProcess |
| Type | struct |
| Header File | /Engine/Plugins/VirtualProduction/ViewportWidgetOverlay/Source/ViewportWidgetOverlay/Public/Misc/ViewportWidgetOverlay_PostProcess.h |
| Include Path | #include "Misc/ViewportWidgetOverlay_PostProcess.h" |
Syntax
USTRUCT ()
struct FViewportWidgetOverlay_PostProcess : public FViewportWidgetOverlay_PostProcessBase
Inheritance Hierarchy
- FViewportWidgetOverlay_PostProcessBase → FViewportWidgetOverlay_PostProcess
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Misc/ViewportWidgetOverlay_PostProcess.h | |||
| Misc/ViewportWidgetOverlay_PostProcess.h | |||
| Misc/ViewportWidgetOverlay_PostProcess.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ComposureLayerTargets | TArray< TObjectPtr< AActor > > | Misc/ViewportWidgetOverlay_PostProcess.h |
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CustomPostProcessSettingsSource | TWeakObjectPtr< UObject > | Optional. | Misc/ViewportWidgetOverlay_PostProcess.h | |
| PostProcessComponent | TObjectPtr< UPostProcessComponent > | Post process component used to add the material to the post process chain. | Misc/ViewportWidgetOverlay_PostProcess.h |
|
| PostProcessMaterialInstance | TObjectPtr< UMaterialInstanceDynamic > | The dynamic instance of the material that the render target is attached to. | Misc/ViewportWidgetOverlay_PostProcess.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool Display
(
UWorld* World, |
Misc/ViewportWidgetOverlay_PostProcess.h | ||
bool Display
(
UWorld* World, |
Misc/ViewportWidgetOverlay_PostProcess.h | ||
void SetCustomPostProcessSettingsSource
(
TWeakObjectPtr< UObject > InCustomPostProcessSettingsSource |
Misc/ViewportWidgetOverlay_PostProcess.h | ||
void Tick
(
UWorld* World, |
Misc/ViewportWidgetOverlay_PostProcess.h |
Public Virtual
Overridden from FViewportWidgetOverlay_PostProcessBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Hide
(
UWorld* World |
Deinits this output type | Misc/ViewportWidgetOverlay_PostProcess.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Misc/ViewportWidgetOverlay_PostProcess.h | |||
| Misc/ViewportWidgetOverlay_PostProcess.h |