FNiagaraEditorUtilities::GetTemplateSpecificationFromTag

Used instead of reading the template tag directly for backwards compatibility reasons when changing from a bool template specifier to an enum

Windows
MacOS
Linux

References

Module

NiagaraEditor

Header

/Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/NiagaraEditorUtilities.h

Include

#include "NiagaraEditorUtilities.h"

Source

/Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Private/NiagaraEditorUtilities.cpp

Syntax

namespace FNiagaraEditorUtilities
{
    bool FNiagaraEditorUtilities::GetTemplateSpecificationFromTag
    (
        const FAssetData & Data,
        ENiagaraScriptTemplateSpecification & OutTemplateSpecification
    )
}

Remarks

Used instead of reading the template tag directly for backwards compatibility reasons when changing from a bool template specifier to an enum

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