Navigation
API > API/Plugins > API/Plugins/Niagara
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UNiagaraDebugHUDSettings
References
| Module | Niagara |
| Header | /Engine/Plugins/FX/Niagara/Source/Niagara/Public/NiagaraDebuggerCommon.h |
| Include | #include "NiagaraDebuggerCommon.h" |
Syntax
UCLASS (Config=EditorPerProjectUserSettings, defaultconfig, MinimalAPI)
class UNiagaraDebugHUDSettings :
public UObject ,
public FNotifyHook
Variables
| Type | Name | Description | |
|---|---|---|---|
| FNiagaraDebugHUDSettingsData | Data | ||
| FOnChanged | OnChangedDelegate |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void |
Overridden from UObject
| Type | Name | Description | |
|---|---|---|---|
| void | Called after the C++ constructor and after the properties have been initialized, including those loaded from config. |
Overridden from FNotifyHook
| Type | Name | Description | |
|---|---|---|---|
| void | NotifyPostChange
(
const FPropertyChangedEvent&, |
||
| void | NotifyPostChange
(
const FPropertyChangedEvent&, |
||
| void | NotifyPreChange
(
FProperty* |
||
| void |
Typedefs
| Name | Description |
|---|---|
| FOnChanged |