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

Function GetParent

Source/Engine/Level/SceneObject.h:118–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116 /// </summary>
117 API_PROPERTY(Attributes="HideInEditor")
118 FORCE_INLINE Actor* GetParent() const
119 {
120 return _parent;
121 }
122
123 /// <summary>
124 /// Sets the parent actor.

Callers 15

CloneMethod · 0.70
GetNamePathMethod · 0.70
SerializeMethod · 0.50
DeserializeMethod · 0.50
SetMethod · 0.50
UIControlClass · 0.50
ParentChangedMethod · 0.50
BeginPlayMethod · 0.50
BeginPlayMethod · 0.50
GetMeshMethod · 0.50
OnPreUpdateMethod · 0.50
OnPostUpdateMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected