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

Function NewObject

Source/Engine/Scripting/ScriptingObject.h:46–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44
45 template<typename T>
46 static T* NewObject()
47 {
48 return (T*)NewObject(T::TypeInitializer);
49 }
50
51 template<typename T>
52 static T* NewObject(const ScriptingTypeHandle& typeHandle)

Callers 7

StartPeerFunction · 0.85
InvokeObjectSpawnFunction · 0.85
TestScripting.cppFile · 0.85
onNodeLoadedMethod · 0.85
CreatePrefabMethod · 0.85
OnAssemblyLoadedMethod · 0.85
DoMethod · 0.85

Calls 1

DeleteFunction · 0.85

Tested by

no test coverage detected