Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/InstancedStaticMesh > API/Runtime/Engine/InstancedStaticMesh/FInstanceAttributeTracker
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/InstancedStaticMesh/InstanceAttributeTracker.h |
| Include | #include "InstancedStaticMesh/InstanceAttributeTracker.h" |
Syntax
template<uint32 Mask>
class FAnyValidIterator
Remarks
Iterator for iterating tracked state with the given flags. Uses bit logic to efficiently skip empty (under the given mask) sections.
Constructors
| Type | Name | Description | |
|---|---|---|---|
FAnyValidIterator
(
const FInstanceAttributeTracker* InTracker, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | |||
| void | |||
| int32 | GetIndex () |
||
| uint32 | GetMask () |
Returns the mask for the current item NOTE: does not clear any bits outside the search mask. | |
| bool | TestFlag () |
Operators
| Type | Name | Description | |
|---|---|---|---|
| FAnyValidIterator & | operator++ () |
Constants
| Name | Description |
|---|---|
| ElementMask |