ITreeMapCustomization::ProcessHashTagsRecursively

Optional override that can be called to convert hash tags on tree nodes into proper attribute values.

Windows
MacOS
Linux

References

Module

TreeMap

Header

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

Include

#include "ITreeMapCustomization.h"

Syntax

virtual void ProcessHashTagsRecursively
(
    const FTreeMapNodeDataRef & Node
) const

Remarks

Optional override that can be called to convert hash tags on tree nodes into proper attribute values. This is useful if you've loaded tree node data from a file and want to take the raw hash tag strings and make values for those.

Parameters

Parameter

Description

Node

The root node to process

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