Navigation
API > API/Plugins > API/Plugins/NiagaraUIRenderer
| Name | SNiagaraUIWidget |
| Type | class |
| Header File | /Engine/Plugins/FX/NiagaraUIRenderer/Source/NiagaraUIRenderer/Public/SNiagaraUIWidget.h |
| Include Path | #include "SNiagaraUIWidget.h" |
Syntax
class SNiagaraUIWidget : public SLeafWidget
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → SWidget → SLeafWidget → SNiagaraUIWidget
- FSlateControlledConstruction → SWidget → SLeafWidget → SNiagaraUIWidget
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~SNiagaraUIWidget() |
SNiagaraUIWidget.h |
Structs
| Name | Remarks |
|---|---|
| FArguments |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| Super | SLeafWidget | SNiagaraUIWidget.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DesiredWidgetSize | FVector2D | SNiagaraUIWidget.h | ||
| HorizontalAlignment | EHorizontalAlignment | SNiagaraUIWidget.h | ||
| MaterialCompilationFinishedHandle | FDelegateHandle | SNiagaraUIWidget.h | ||
| MaterialHandleCache | TMap< FObjectKey, FSlateResourceHandle > | Cached map from material to slate resource. | SNiagaraUIWidget.h | |
| VerticalAlignment | EVerticalAlignment | SNiagaraUIWidget.h | ||
| WeakNiagaraComponent | TWeakObjectPtr< UNiagaraUIComponent > | SNiagaraUIWidget.h | ||
| WorldToScreenPlane | ENiagaraUIScreenPlane | SNiagaraUIWidget.h | ||
| WorldToScreenScale | float | SNiagaraUIWidget.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Construct
(
const FArguments& InArgs |
SNiagaraUIWidget.h | ||
void SetDesiredSize
(
FVector2D InSize |
SNiagaraUIWidget.h | ||
void SetHorizontalAlignment
(
EHorizontalAlignment InHorizontalAlignment |
SNiagaraUIWidget.h | ||
void SetNiagaraComponent
(
UNiagaraUIComponent* InComponent |
Switch which component this widget reads from. | SNiagaraUIWidget.h | |
void SetVerticalAlignment
(
EVerticalAlignment InVerticalAlignment |
SNiagaraUIWidget.h | ||
void SetWorldToScreenPlane
(
ENiagaraUIScreenPlane InScreenPlane |
SNiagaraUIWidget.h | ||
void SetWorldToScreenScale
(
float InScale |
SNiagaraUIWidget.h |
Public Virtual
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual int32 OnPaint
(
const FPaintArgs& Args, |
SNiagaraUIWidget.h |
Overridden from SWidget
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FVector2D ComputeDesiredSize
(
float LayoutScaleMultiplier |
SNiagaraUIWidget.h | ||
virtual bool ComputeVolatility() |
SNiagaraUIWidget.h | ||
virtual void Tick
(
const FGeometry& AllottedGeometry, |
SNiagaraUIWidget.h |