| 107 | /// Returns true if object has a parent assigned. |
| 108 | /// </summary> |
| 109 | API_PROPERTY() FORCE_INLINE bool HasParent() const |
| 110 | { |
| 111 | return _parent != nullptr; |
| 112 | } |
| 113 | |
| 114 | /// <summary> |
| 115 | /// Gets the parent actor (or null if object has no parent). |