Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/FObjectRef
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Returns the name for the asset in the form: Class'ObjectPath' | UObject/ObjectRef.h | ||
void GetExportTextName
(
FStringBuilderBase& OutExportTextNameBuilder |
Populates OutExportTextNameBuilder with the name for the object in the form: Class'ObjectPath' | UObject/ObjectRef.h |
GetExportTextName()
Description
Returns the name for the asset in the form: Class'ObjectPath'
| Name | GetExportTextName |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/ObjectRef.h |
| Include Path | #include "UObject/ObjectRef.h" |
FString GetExportTextName() const
GetExportTextName(FStringBuilderBase &)
Description
Populates OutExportTextNameBuilder with the name for the object in the form: Class'ObjectPath'
| Name | GetExportTextName |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/ObjectRef.h |
| Include Path | #include "UObject/ObjectRef.h" |
void GetExportTextName
(
FStringBuilderBase & OutExportTextNameBuilder
) const