Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
Clone
Method · 0.70
GetNamePath
Method · 0.70
Serialize
Method · 0.50
Deserialize
Method · 0.50
Set
Method · 0.50
UIControl
Class · 0.50
ParentChanged
Method · 0.50
BeginPlay
Method · 0.50
BeginPlay
Method · 0.50
GetMesh
Method · 0.50
OnPreUpdate
Method · 0.50
OnPostUpdate
Method · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected