UNiagaraScript::FindVersionData

Returns the version data for the given guid, if it exists. Otherwise returns nullptr.

Windows
MacOS
Linux

References

Module

Niagara

Header

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

Include

#include "NiagaraScript.h"

Source

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

Syntax

FNiagaraAssetVersion const * FindVersionData
(
    const FGuid & VersionGuid
) const

Remarks

Returns the version data for the given guid, if it exists. Otherwise returns nullptr.

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