MCPcopy Create free account
hub / github.com/HeliumProject/Engine / LoadObject

Method LoadObject

Source/Engine/Engine/AssetLoader.cpp:229–240  ·  view source on GitHub ↗

Load an object non-asynchronously. This is equivalent to calling BeginLoadObject() followed by FinishLoad() on the returned request ID. @param[in] path Asset path. @param[out] rspObject Smart pointer set to the loaded object if loading has completed. If the object failed to load, this will be set to a null reference. @return True if the object load request was created successfully, fa

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 7

mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
InitializeMethod · 0.80
TrackEverythingMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected