Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Plugins/Runtime/MassEntity/Source/MassEntity/Public/MassArchetypeTypes.h |
Include |
#include "MassArchetypeTypes.h" |
struct FMassArchetypeChunkIterator
The type used to iterate over given archetype's chunks, be it full, continuous chunks or sparse subchunks. It hides this details from the rest of the system.
Name | Description | |
---|---|---|
|
FMassArchetypeChunkIterator ( |
Name | Description | ||
---|---|---|---|
|
operator bool() |
||
|
const FArche... |
operator*() |
|
|
FMassArchety... |
operator++() |
|
|
const FArche... |
operator->() |