UNiagaraDataInterfaceParticleRead::HasInternalAttributeReads

Returns true if the DI (owned by OwnerEmitter) reads any attributes from the Provider emitter

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

UNiagaraDataInterfaceBase::HasInternalAttributeReads()

UNiagaraDataInterfaceParticleRead::HasInternalAttributeReads()

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 bool HasInternalAttributeReads
(
    const UNiagaraEmitter * OwnerEmitter,
    const UNiagaraEmitter * Provider
) const

Remarks

Returns true if the DI (owned by OwnerEmitter) reads any attributes from the Provider emitter