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

Function HasParent

Source/Engine/Level/SceneObject.h:109–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107 /// Returns true if object has a parent assigned.
108 /// </summary>
109 API_PROPERTY() FORCE_INLINE bool HasParent() const
110 {
111 return _parent != nullptr;
112 }
113
114 /// <summary>
115 /// Gets the parent actor (or null if object has no parent).

Callers 1

CloneMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected