Navigation
Unreal Engine C++ API Reference > Runtime > CoreUObject > Misc > FPackageName
References
Module | CoreUObject |
Header | /Engine/Source/Runtime/CoreUObject/Public/Misc/PackageName.h |
Include | #include "Misc/PackageName.h" |
Source | /Engine/Source/Runtime/CoreUObject/Private/Misc/PackageName.cpp |
static FString ObjectPathCombine
(
FStringView ObjectPath,
FStringView NextName
)
Remarks
Combines an ObjectPath with an ObjectName, the same as ObjectPathAppend but returns the result rather than modifying the input argument.