ITreeMap::CreateTreeMap

Static: Creates a tree map object, given tree node source data

Windows
MacOS
Linux

References

Module

TreeMap

Header

/Engine/Source/Developer/TreeMap/Public/ITreeMap.h

Include

#include "ITreeMap.h"

Syntax

static TSharedRef< ITreeMap > CreateTreeMap
(
    const FTreeMapOptions & Options,
    const FTreeMapNodeDataRef & RootNodeData
)

Remarks

Static: Creates a tree map object, given tree node source data

Returns

The newly-created ITreeMap instance

Parameters

Parameter

Description

Options

Configuration options for this tree map

RootNodeData

The source data for the root of the tree

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