| 125 | /// </summary> |
| 126 | /// <param name="value">The new parent.</param> |
| 127 | API_PROPERTY() FORCE_INLINE void SetParent(Actor* value) |
| 128 | { |
| 129 | SetParent(value, true); |
| 130 | } |
| 131 | |
| 132 | /// <summary> |
| 133 | /// Sets the parent actor. |
no outgoing calls
no test coverage detected