Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject > API/Runtime/CoreUObject/UObject/UObjectBaseUtility
References
| Module | CoreUObject |
| Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/UObjectBaseUtility.h |
| Include | #include "UObject/UObjectBaseUtility.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/UObject/UObjectBaseUtility.cpp |
FString GetFullGroupName
(
bool bStartWithOuter
) const
Remarks
Walks up the chain of packages until it reaches the top level, which it ignores. string containing the path name for this object, minus the outermost-package's name
Parameters
| Name | Description |
|---|---|
| bStartWithOuter | whether to include this object's name in the returned string |