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

Function SetParent

Source/Engine/Level/SceneObject.h:127–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125 /// </summary>
126 /// <param name="value">The new parent.</param>
127 API_PROPERTY() FORCE_INLINE void SetParent(Actor* value)
128 {
129 SetParent(value, true);
130 }
131
132 /// <summary>
133 /// Sets the parent actor.

Callers 5

SetActorMethod · 0.85
Script.cppFile · 0.85
DeserializeMethod · 0.85
SetParentMethod · 0.85
DeserializeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected