Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject > API/Runtime/CoreUObject/UObject/TSoftObjectPtr
References
| Module | CoreUObject |
| Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/SoftObjectPtr.h |
| Include | #include "UObject/SoftObjectPtr.h" |
T * Get() const
Remarks
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) nullptr if this object is gone or the lazy pointer was null, otherwise a valid UObject pointer