UNiagaraDataInterfaceLandscape::InitPerInstanceData

Initializes the per instance data for this interface.

Windows
MacOS
Linux

Override Hierarchy

UNiagaraDataInterface::InitPerInstanceData()

UNiagaraDataInterfaceLandscape::InitPerInstanceData()

References

Module

Niagara

Header

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

Include

#include "NiagaraDataInterfaceLandscape.h"

Source

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

Syntax

virtual bool InitPerInstanceData
(
    void * PerInstanceData,
    FNiagaraSystemInstance * SystemInstance
)

Remarks

Initializes the per instance data for this interface. Returns false if there was some error and the simulation should be disabled.

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