FRCFieldPathSegment::ToString

Converts this segment to a string FieldName, FieldName[Index] If bDuplicateContainer is asked, format will be different if its indexed FieldName.FieldName[Index] -> This is to bridge for PathToProperty

Windows
MacOS
Linux

References

Module

RemoteControl

Header

/Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControl/Public/RemoteControlFieldPath.h

Include

#include "RemoteControlFieldPath.h"

Source

/Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControl/Private/RemoteControlFieldPath.cpp

Syntax

FString ToString
(
    bool bDuplicateContainer
) const

Remarks

Converts this segment to a string FieldName, FieldName[Index] If bDuplicateContainer is asked, format will be different if its indexed FieldName.FieldName[Index] -> This is to bridge for PathToProperty

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