Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/TSoftObjectPtr
Description
Dereference the soft pointer.
Not directly inlined on purpose so compiler have the option of not inlining it. (and it also works with extern template)
| Name | Get |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/SoftObjectPtr.h |
| Include Path | #include "UObject/SoftObjectPtr.h" |
T * Get() const
nullptr if this object is gone or the lazy pointer was null, otherwise a valid UObject pointer