FNiagaraDataInterfaceError

Windows
MacOS
Linux

References

Module

Niagara

Header

/Engine/Plugins/FX/Niagara/Source/Niagara/Classes/NiagaraDataInterface.h

Include

#include "NiagaraDataInterface.h"

Syntax

class FNiagaraDataInterfaceError

Constructors

Name Description

Public function

FNiagaraDataInterfaceError()

Public function

FNiagaraDataInterfaceError

(
    FText InErrorText,
    FText InErrorSummaryText,
    FNiagaraDataInterfaceFix InFix
)

Functions

Name Description

Public function Const

bool

 

GetErrorFixable()

Returns true if the error can be fixed automatically.

Public function Const

FText

 

GetErrorSummaryText()

Shortened error description text

Public function Const

FText

 

GetErrorText()

Full error description text

Public function

bool

 

TryFixError()

Applies the fix if a delegate is bound for it.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss