| 248 | /// <returns>The child actor or null.</returns> |
| 249 | template<typename T> |
| 250 | FORCE_INLINE T* GetChild() const |
| 251 | { |
| 252 | return (T*)GetChild(T::GetStaticClass()); |
| 253 | } |
| 254 | |
| 255 | /// <summary> |
| 256 | /// Finds the child actor of the given type or creates a new one. |
no outgoing calls
no test coverage detected