Determines whether managed instance is alive.
| 81 | /// Determines whether managed instance is alive. |
| 82 | /// </summary> |
| 83 | FORCE_INLINE bool HasManagedInstance() const |
| 84 | { |
| 85 | return GetManagedInstance() != nullptr; |
| 86 | } |
| 87 | |
| 88 | /// <summary> |
| 89 | /// Gets the unique object ID. |
no test coverage detected