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

Function HasManagedInstance

Source/Engine/Scripting/ScriptingObject.h:83–86  ·  view source on GitHub ↗

Determines whether managed instance is alive.

Source from the content-addressed store, hash-verified

81 /// Determines whether managed instance is alive.
82 /// </summary>
83 FORCE_INLINE bool HasManagedInstance() const
84 {
85 return GetManagedInstance() != nullptr;
86 }
87
88 /// <summary>
89 /// Gets the unique object ID.

Callers 15

DestroyManagedMethod · 0.50
DeleteManagedMethod · 0.50
GetMainWindowMethod · 0.50
CanReloadScriptsMethod · 0.50
CanAutoBuildCSGMethod · 0.50
CanAutoBuildNavMeshMethod · 0.50
HasGameViewportFocusMethod · 0.50
FocusGameViewportMethod · 0.50
ScreenToGameViewportMethod · 0.50
GameViewportToScreenMethod · 0.50
GetGameWindowMethod · 0.50
GetGameWindowSizeMethod · 0.50

Calls 1

GetManagedInstanceFunction · 0.70

Tested by

no test coverage detected