UNiagaraStackEditorData::SetStackEntryWasExpandedPreSearch

Sets whether or not a stack entry was Expanded before a stack search was triggered.

Windows
MacOS
Linux

References

Module

NiagaraEditor

Header

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

Include

#include "NiagaraStackEditorData.h"

Source

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

Syntax

void SetStackEntryWasExpandedPreSearch
(
    const FString & StackEntryKey,
    bool bWasExpandedPreSearch
)

Remarks

Sets whether or not a stack entry was Expanded before a stack search was triggered.

Parameters

Parameter

Description

StackEntryKey

A unique key for the entry.

bWasExpandedPreSearch

Whether or not the entry was expanded pre-search.

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