STreeMap::Construct

Construct the widget

Windows
MacOS
Linux

References

Module

TreeMap

Header

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

Include

#include "STreeMap.h"

Syntax

void Construct
(
    const FArguments & InArgs,
    const TSharedRef< class FTreeMapNodeData > & InTreeMapNodeData,
    const TSharedPtr< ITreeMapCustomization > & InCustomization
)

Remarks

Construct the widget

Parameters

Parameter

Description

InArgs

A declaration from which to construct the widget

InTreeMapNodeData

The node data we'll be visualizing and editing (root node)

InCustomization

An optional 'customization' of the tree that allows for filtering and displaying the tree map data according to various attributes

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