UNiagaraDataInterface::ValidateFunction

Validates a function being compiled and allows interface classes to post custom compile errors when their API changes.

Windows
MacOS
Linux

Override Hierarchy

UNiagaraDataInterface::ValidateFunction()

UNiagaraDataInterfaceSkeletalMesh::ValidateFunction()

References

Module

Niagara

Header

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

Include

#include "NiagaraDataInterface.h"

Source

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

Syntax

virtual void ValidateFunction
(
    const FNiagaraFunctionSignature & Function,
    TArray< FText > & OutValidationErrors
)

Remarks

Validates a function being compiled and allows interface classes to post custom compile errors when their API changes.

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