Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject > API/Runtime/CoreUObject/UObject/FTopLevelAssetPath
| Type | Name | Description | |
|---|---|---|---|
| bool | TrySetPath
(
const UObject* InObject |
Sets asset path to path of existing object. | |
| bool | TrySetPath
(
FWideStringView Path |
Sets asset path of this reference based on a string path. | |
| bool | TrySetPath
(
FUtf8StringView Path |
Sets asset path of this reference based on components. | |
| bool | TrySetPath
(
FAnsiStringView Path |
Sets asset path of this reference based on components. | |
| bool | TrySetPath
(
const CharType* Path |
||
| bool | TrySetPath
(
const FString& Path |
||
| bool | TrySetPath
(
FName InPackageName, |
Sets asset path of this reference based on components. |