UNiagaraParameterCollection::CollectionParameterFromFriendlyParameter

Takes the real parameter name used under the hood and converts to the friendly name for use in the UI.

Windows
MacOS
Linux

References

Module

Niagara

Header

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

Include

#include "NiagaraParameterCollection.h"

Source

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

Syntax

FNiagaraVariable CollectionParameterFromFriendlyParameter
(
    const FNiagaraVariable & FriendlyParameter
) const

Remarks

Takes the real parameter name used under the hood and converts to the friendly name for use in the UI. Converts from "CollectionUniqueName_ParameterName" to "ParameterName".

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