Navigation
API > API/Plugins > API/Plugins/Niagara
References
| Module | Niagara |
| Header | /Engine/Plugins/FX/Niagara/Source/Niagara/Classes/NiagaraDataInterface.h |
| Include | #include "NiagaraDataInterface.h" |
Syntax
class FNiagaraDataInterfaceError
Constructors
| Type | Name | Description | |
|---|---|---|---|
FNiagaraDataInterfaceError
(
FText InErrorText, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | Returns true if the error can be fixed automatically. | ||
| FText | Shortened error description text | ||
| FText | GetErrorText () |
Full error description text | |
| bool | TryFixError () |
Applies the fix if a delegate is bound for it. |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator!=
(
const FNiagaraDataInterfaceError& Other |
||
| bool | operator==
(
const FNiagaraDataInterfaceError& Other |