UNiagaraDataInterfaceArray::Equals

Determines if this DataInterface is the same as another.

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

UNiagaraDataInterface::Equals()

UNiagaraDataInterfaceArray::Equals()

References

Module

Niagara

Header

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

Include

#include "NiagaraDataInterfaceArray.h"

Source

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

Syntax

virtual bool Equals
(
    const UNiagaraDataInterface * Other
) const

Remarks

Determines if this DataInterface is the same as another.