UNiagaraDataInterfaceChaosDestruction::PerInstanceDataSize

Returns the size of the per instance data for this interface.

Windows
MacOS
Linux

Override Hierarchy

UNiagaraDataInterface::PerInstanceDataSize()

UNiagaraDataInterfaceChaosDestruction::PerInstanceDataSize()

References

Module

ChaosNiagara

Header

/Engine/Plugins/Experimental/ChaosNiagara/Source/ChaosNiagara/Classes/NiagaraDataInterfaceChaosDestruction.h

Include

#include "NiagaraDataInterfaceChaosDestruction.h"

Source

/Engine/Plugins/Experimental/ChaosNiagara/Source/ChaosNiagara/Private/NiagaraDataInterfaceChaosDestruction.cpp

Syntax

virtual int32 PerInstanceDataSize() const

Remarks

Returns the size of the per instance data for this interface. 0 if this interface has no per instance data. Must depend solely on the class of the interface and not on any particular member data of a individual interface.

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