MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / GetChild

Function GetChild

Source/Engine/Level/Actor.h:250–253  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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.

Callers 5

UIControlClass · 0.85
GetOrAddChildFunction · 0.85
GetChildMethod · 0.85
TryGetChildMethod · 0.85
GetChildrenMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected