Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/FObjectPropertyBase
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FString GetExportPath
(
FTopLevelAssetPath ClassPathName, |
Returns the qualified export path given a class path name and object path name | UObject/UnrealType.h | |
static FString GetExportPath
(
const TObjectPtr< const UObject >& Object, |
Returns the qualified export path for a given object, parent, and export root scope | UObject/UnrealType.h |
GetExportPath(FTopLevelAssetPath, const FString &)
Description
Returns the qualified export path given a class path name and object path name
| Name | GetExportPath |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/UnrealType.h |
| Include Path | #include "UObject/UnrealType.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/UObject/PropertyBaseObject.cpp |
static FString GetExportPath
(
FTopLevelAssetPath ClassPathName,
const FString & ObjectPathName
)
A string representing the export path of an object in the form of /ClassPackage.ClassName'/Package/Path.Object'
Parameters
| Name | Remarks |
|---|---|
| ClassPathName | Class path name |
| ObjectPathName | of the Object used as a root object for generating the Objects path name |
GetExportPath(const TObjectPtr< const UObject > &, const UObject , const UObject , const uint32)
Description
Returns the qualified export path for a given object, parent, and export root scope
| Name | GetExportPath |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/UnrealType.h |
| Include Path | #include "UObject/UnrealType.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/UObject/PropertyBaseObject.cpp |
static FString GetExportPath
(
const TObjectPtr < const UObject > & Object,
const UObject * Parent,
const UObject * ExportRootScope,
const uint32 PortFlags
)
A string representing the export path of an object, usually in the form of /ClassPackage.ClassName'/Package/Path.Object'
Parameters
| Name | Remarks |
|---|---|
| Object | Object to get the export path for |
| Parent | Outer of the Object used as a root object for generating the Objects path name |
| ExportRootScope | Similar to Parent but used when exporting from one package or graph to another package or graph |
| PortFlags | Property port flags |