Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject > API/Runtime/CoreUObject/UObject/FPackageReloadedEvent
References
| Module | CoreUObject |
| Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/PackageReload.h |
| Include | #include "UObject/PackageReload.h" |
template<typename ObjectType>
bool RepointObject
&40;
ObjectType &42;& Object
&41; const
Remarks
Given an object pointer, check to see if it needs to be repointed to an object in the new package, and update it if needed. true if the object was repointed, false otherwise.