Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/FSoftObjectPath
Description
Fixes up path for saving, call if saving with a method that skips SerializePath. This can modify the path, it will return true if it was modified
| Name | PreSavePath |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/SoftObjectPath.h |
| Include Path | #include "UObject/SoftObjectPath.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/UObject/SoftObjectPath.cpp |
bool PreSavePath
(
bool * bReportSoftObjectPathRedirects
)