FNiagaraParameterMapHistory::IsParameterCollectionParameter

If this is variable is a parameter in one of our tracked collections, return it.

Windows
MacOS
Linux

References

Module

NiagaraEditor

Header

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

Include

#include "NiagaraParameterMapHistory.h"

Source

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

Syntax

UNiagaraParameterCollection * IsParameterCollectionParameter
(
    FNiagaraVariable & InVar,
    bool & bMissingParameter
)

Remarks

If this is variable is a parameter in one of our tracked collections, return it.

Parameters

Parameter

Description

InVar

Variable to test.

bMissingParameter

bool set to mark if this parameter was a collection parameter but is now missing from it's collection.

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