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

Function TryFindObject

Source/Engine/Scripting/Scripting.h:188–191  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

186 /// <returns>The found object or null if missing.</returns>
187 template<typename T>
188 FORCE_INLINE static T* TryFindObject(const Guid& id)
189 {
190 return (T*)TryFindObject(id, T::GetStaticClass());
191 }
192
193 /// <summary>
194 /// Tries to find the object by the given identifier.

Callers 3

PrintMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected