FSCSEditorTreeNode::RefreshFilteredState

Refreshes this item's filtration state. Set bRecursive to 'true' to refresh any child nodes as well

Windows
MacOS
Linux

Override Hierarchy

FSCSEditorTreeNode::RefreshFilteredState()

FSCSEditorTreeNodeRootActor::RefreshFilteredState()

References

Module

Kismet

Header

/Engine/Source/Editor/Kismet/Public/SSCSEditor.h

Include

#include "SSCSEditor.h"

Source

/Engine/Source/Editor/Kismet/Private/SSCSEditor.cpp

Syntax

virtual bool RefreshFilteredState
(
    const UClass * InFilterType,
    const TArray< FString > & InFilterTerms,
    bool bRecursive
)

Remarks

Refreshes this item's filtration state. Set bRecursive to 'true' to refresh any child nodes as well

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