MCPcopy Create free account
hub / github.com/Overload-Technologies/Overload / GetParent

Method GetParent

Sources/OvCore/src/OvCore/ECS/Actor.cpp:235–238  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

233}
234
235OvCore::ECS::Actor * OvCore::ECS::Actor::GetParent() const
236{
237 return m_parent;
238}
239
240int64_t OvCore::ECS::Actor::GetParentID() const
241{

Callers 13

IsDescendantOfMethod · 0.45
GetPrefabInstanceRootFunction · 0.45
ExpandTreeNodeFunction · 0.45
ExpandTreeNodeAndEnableFunction · 0.45
HierarchyMethod · 0.45
SelectActorByWidgetMethod · 0.45
AttachActorToParentMethod · 0.45
DetachFromParentMethod · 0.45
DeleteActorByInstanceMethod · 0.45
RevertActorToPrefabMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected