UNiagaraDataInterfaceParticleRead::GetFeedback

Query the data interface to give feedback to the end user.

Windows
MacOS
Linux

Override Hierarchy

UNiagaraDataInterface::GetFeedback()

UNiagaraDataInterfaceParticleRead::GetFeedback()

References

Module

Niagara

Header

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

Include

#include "NiagaraDataInterfaceParticleRead.h"

Source

/Engine/Plugins/FX/Niagara/Source/Niagara/Private/NiagaraDataInterfaceParticleRead.cpp

Syntax

virtual void GetFeedback
(
    UNiagaraSystem * InAsset,
    UNiagaraComponent * InComponent,
    TArray< FNiagaraDataInterfaceError > & OutErrors,
    TArray< FNiagaraDataInterfaceFeedback > & OutWarnings,
    TArray< FNiagaraDataInterfaceFeedback > & OutInfo
)

Remarks

Query the data interface to give feedback to the end user. Note that the default implementation, just calls GetErrors on the DataInterface, but derived classes can do much more. Also, InAsset or InComponent may be null values, as the UI for DataInterfaces is displayed in a variety of locations. In these cases, only provide information that is relevant to that context.

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