MCPcopy Create free account
hub / github.com/MrDrElliot/LuminaEngine / begin

Method begin

Engine/Source/Runtime/Containers/SparseArray.h:381–381  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

379 };
380
381 iterator begin() { return iterator(this, 0); }
382 iterator end() { return iterator(this, Data.size()); }
383 const_iterator begin() const { return const_iterator(this, 0); }
384 const_iterator end() const { return const_iterator(this, Data.size()); }

Callers 15

InitializeWorldMethod · 0.45
RegisterSystemsMethod · 0.45
ResetParameterMethod · 0.45
TickComponentFunction · 0.45
ReplicateStableDespawnsFunction · 0.45
ReplicateDirtyPropertiesFunction · 0.45
ServerReplicateRelevantFunction · 0.45
UpdateMethod · 0.45
EvaluateCameraShakesFunction · 0.45
UpdateMethod · 0.45

Calls 2

iteratorClass · 0.70
const_iteratorClass · 0.70

Tested by

no test coverage detected