Navigation
API > API/Plugins > API/Plugins/Niagara > API/Plugins/Niagara/UNiagaraParameterCollection
Description
Takes the friendly name presented to the UI and converts to the real parameter name used under the hood. Converts from "ParameterName" to "CollectionUniqueName_ParameterName".
| Name | ParameterNameFromFriendlyName |
| Type | function |
| Header File | /Engine/Plugins/FX/Niagara/Source/Niagara/Classes/NiagaraParameterCollection.h |
| Include Path | #include "NiagaraParameterCollection.h" |
| Source | /Engine/Plugins/FX/Niagara/Source/Niagara/Private/NiagaraParameterCollection.cpp |
FString ParameterNameFromFriendlyName
(
const FString & FriendlyName
) const