FField::GetFullGroupName

Walks up the chain of packages until it reaches the top level, which it ignores.

Windows
MacOS
Linux

References

Module

CoreUObject

Header

/Engine/Source/Runtime/CoreUObject/Public/UObject/Field.h

Include

#include "UObject/Field.h"

Source

/Engine/Source/Runtime/CoreUObject/Private/UObject/Field.cpp

Syntax

FString GetFullGroupName
(
    bool bStartWithOuter
) const

Remarks

Walks up the chain of packages until it reaches the top level, which it ignores.

Returns

string containing the path name for this object, minus the outermost-package's name

Parameters

Parameter

Description

bStartWithOuter

whether to include this object's name in the returned string

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