![]() |
MCRO
C++23 utilities for Unreal Engine.
|
Extra settings for TExtendedIterator
wrapper.
More...
#include <Iterators.h>
Data Fields | |
bool | DereferencePointerToPointer = false |
This is originally meant for TIndirectArray where the given operator is extremely minimal but it still holds a contiguous memory block of pointers. TExtendedIterator can then dereference those pointers instead. | |
Extra settings for TExtendedIterator
wrapper.
Definition at line 256 of file Iterators.h.
bool Mcro::Range::FExtendedIteratorPolicy::DereferencePointerToPointer = false |
This is originally meant for TIndirectArray
where the given operator is extremely minimal but it still holds a contiguous memory block of pointers. TExtendedIterator
can then dereference those pointers instead.
Definition at line 264 of file Iterators.h.