FindInBlueprintsHelpers::ExpandAllChildren

Iterates through all the given tree node's children and tells the tree view to expand them

Windows
MacOS
Linux

References

Module

Kismet

Header

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

Include

#include "FindInBlueprints.h"

Source

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

Syntax

namespace FindInBlueprintsHelpers
{
    void FindInBlueprintsHelpers::ExpandAllChildren
    (
        FSearchResult InTreeNode,
        TSharedPtr< STreeView< TSharedPtr< FFindInBlueprintsResult >>> InTreeView
    )
}

Remarks

Iterates through all the given tree node's children and tells the tree view to expand them

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