MCRO
C++23 utilities for Unreal Engine.
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages Concepts
Mcro::Range::FExtendedIteratorPolicy Struct Reference

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.
 

Detailed Description

Extra settings for TExtendedIterator wrapper.

Definition at line 256 of file Iterators.h.

Field Documentation

◆ DereferencePointerToPointer

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.


The documentation for this struct was generated from the following file: