FNiagaraScriptDataInterfaceCompileInfo::GetDefaultDataInterface

Note that this is the CDO for this type of data interface, as we often cannot guarantee that the same instance of the data interface we compiled with is the one the user ultimately executes.

Windows
MacOS
Linux

References

Module

Niagara

Header

/Engine/Plugins/FX/Niagara/Source/Niagara/Public/NiagaraCommon.h

Include

#include "NiagaraCommon.h"

Source

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

Syntax

UNiagaraDataInterface * GetDefaultDataInterface() const

Remarks

Note that this is the CDO for this type of data interface, as we often cannot guarantee that the same instance of the data interface we compiled with is the one the user ultimately executes. Only call this on the game thread.

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