ITreeMap

Public tree map interface

Windows
MacOS
Linux

References

Module

TreeMap

Header

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

Include

#include "ITreeMap.h"

Syntax

class ITreeMap

Remarks

Public tree map interface

Destructors

Name Description

Public function Virtual

~ITreeMap()

Virtual destructor

Functions

Name Description

Public function Static

TSharedRef< ...

 

CreateTreeMap

(
    const FTreeMapOptions& Options,
    const FTreeMapNodeDataRef& RootNod...
)

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

Public function

TArray< FTre...

 

GetVisuals()

Gets the visuals for this tree map.

Public function Static

FTreeMapNode...

 

ParseOPMLToTreeMapData

(
    const FString& OPMLFilePath,
    FString& OutErrorMessage
)

Parses an OPML XML document and converts the outliner content to tree map node data

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