Navigation
API > API/Plugins > API/Plugins/Niagara
| Name | FNiagaraDataInterfaceError |
| Type | class |
| Header File | /Engine/Plugins/FX/Niagara/Source/Niagara/Classes/NiagaraDataInterface.h |
| Include Path | #include "NiagaraDataInterface.h" |
Syntax
class FNiagaraDataInterfaceError
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| NiagaraDataInterface.h | |||
FNiagaraDataInterfaceError
(
FText InErrorText, |
NiagaraDataInterface.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ErrorSummaryText | FText | NiagaraDataInterface.h | ||
| ErrorText | FText | NiagaraDataInterface.h | ||
| Fix | FNiagaraDataInterfaceFix | NiagaraDataInterface.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool GetErrorFixable() |
Returns true if the error can be fixed automatically. | NiagaraDataInterface.h | |
FText GetErrorSummaryText() |
Shortened error description text | NiagaraDataInterface.h | |
FText GetErrorText() |
Full error description text | NiagaraDataInterface.h | |
bool TryFixError() |
Applies the fix if a delegate is bound for it. | NiagaraDataInterface.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator!=
(
const FNiagaraDataInterfaceError& Other |
NiagaraDataInterface.h | ||
bool operator==
(
const FNiagaraDataInterfaceError& Other |
NiagaraDataInterface.h |