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

Method IsNotEnd

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

Source from the content-addressed store, hash-verified

969 }
970
971 FORCE_INLINE bool IsNotEnd() const
972 {
973 return _index != _array->_count;
974 }
975
976 FORCE_INLINE T& operator*() const
977 {

Callers 15

UpdateCascadeChunksMethod · 0.45
RenderMethod · 0.45
ClearDynamicMethod · 0.45
ClearStaticMethod · 0.45
SetupShadowsMethod · 0.45
CompactObjectsMethod · 0.45
RenderMethod · 0.45
cacheStaticGeometryTreeFunction · 0.45
RemoveFoliageTypeMethod · 0.45
RebuildClustersMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected