Navigation
API > API/Plugins > API/Plugins/NiagaraEditor
| Name | UNiagaraStackSystemPropertiesItem |
| Type | class |
| Header File | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/ViewModels/Stack/NiagaraStackSystemPropertiesItem.h |
| Include Path | #include "ViewModels/Stack/NiagaraStackSystemPropertiesItem.h" |
Syntax
UCLASS (MinimalAPI)
class UNiagaraStackSystemPropertiesItem : public UNiagaraStackItem
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UNiagaraStackEntry → UNiagaraStackItem → UNiagaraStackSystemPropertiesItem
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bCanResetToBase | TOptional< bool > | ViewModels/Stack/NiagaraStackSystemPropertiesItem.h | ||
| System | TWeakObjectPtr< UNiagaraSystem > | ViewModels/Stack/NiagaraStackSystemPropertiesItem.h | ||
| SystemObject | TObjectPtr< UNiagaraStackObject > | ViewModels/Stack/NiagaraStackSystemPropertiesItem.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Initialize
(
FRequiredEntryData InRequiredEntryData |
ViewModels/Stack/NiagaraStackSystemPropertiesItem.h |
Overridden from UNiagaraStackEntry
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FText GetDisplayName() |
ViewModels/Stack/NiagaraStackSystemPropertiesItem.h | ||
virtual bool GetShouldShowInOverview() |
ViewModels/Stack/NiagaraStackSystemPropertiesItem.h | ||
virtual FText GetTooltipText() |
ViewModels/Stack/NiagaraStackSystemPropertiesItem.h |
Protected
Overridden from UNiagaraStackEntry
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void RefreshChildrenInternal
(
const TArray< UNiagaraStackEntry* >& CurrentChildren, |
ViewModels/Stack/NiagaraStackSystemPropertiesItem.h |