FArchiveTraceRoute::PrintRootPath

Retuns path to root created by e.g. FindShortestRootPath via a string.

Windows
MacOS
Linux

References

Module

CoreUObject

Header

/Engine/Source/Runtime/CoreUObject/Public/Serialization/ArchiveTraceRoute.h

Include

#include "Serialization/ArchiveTraceRoute.h"

Source

/Engine/Source/Runtime/CoreUObject/Private/Serialization/ArchiveTraceRoute.cpp

Syntax

static FString PrintRootPath
(
    const TMap< UObject *, FProperty * > & Route,
    const UObject * TargetObject
)

Remarks

Retuns path to root created by e.g. FindShortestRootPath via a string.

Parameters

Parameter

Description

TargetObject

object marking one end of the route

Route

route to print to log.

String

of root path

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