![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <InstanceAttributeTracker.h>
Public Member Functions | |
| FConstIterator (int32 InIndex, int32 InMaxNum) | |
| FConstIterator (FAnyValidIterator< IteratorMask > &&InIt) | |
| void | operator++ () |
| int32 | GetIndex () const |
| int32 | GetItemIndex () const |
| operator bool () const | |
Public Attributes | |
| bool | bUseIterator = true |
| int32 | ItemIndex = 0 |
| int32 | MaxNum = 0 |
| FAnyValidIterator< IteratorMask > | It |
Iterator for traversing the range of Items that need update. Provides two indexes:
|
inline |
|
inline |
|
inline |
Get the index of the data in the source / destination arrays.
|
inline |
Get the continuous index of the data item in the collected item array.
|
inlineexplicit |
|
inline |
| bool FInstanceAttributeTracker::FDeltaRange< Flag >::FConstIterator::bUseIterator = true |
| FAnyValidIterator<IteratorMask> FInstanceAttributeTracker::FDeltaRange< Flag >::FConstIterator::It |
| int32 FInstanceAttributeTracker::FDeltaRange< Flag >::FConstIterator::ItemIndex = 0 |
| int32 FInstanceAttributeTracker::FDeltaRange< Flag >::FConstIterator::MaxNum = 0 |