UNiagaraStackEntry::RefreshFilteredChildren

Invalidates the cached filtered children so that the filters will be run the next time that GetFilteredChildren is called.

Windows
MacOS
Linux

References

Module

NiagaraEditor

Header

/Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/ViewModels/Stack/NiagaraStackEntry.h

Include

#include "ViewModels/Stack/NiagaraStackEntry.h"

Source

/Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Private/ViewModels/Stack/NiagaraStackEntry.cpp

Syntax

void RefreshFilteredChildren()

Remarks

Invalidates the cached filtered children so that the filters will be run the next time that GetFilteredChildren is called. This should be called any time a change to the data is made which will affect how children are filtered. This will also cause the structure changed delegate to be broadcast.

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