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

Method GetArray

Source/Engine/Core/Collections/Array.h:956–959  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

954
955 public:
956 FORCE_INLINE Array* GetArray() const
957 {
958 return _array;
959 }
960
961 FORCE_INLINE int32 GetIndex() const
962 {

Callers 9

GetMethod · 0.45
GetMethod · 0.45
DeserializeFunction · 0.45
ApplyAllInternalMethod · 0.45
UpdateInternalMethod · 0.45
loadAssetMethod · 0.45
DeserializeFunction · 0.45
LoadProjectMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected