Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/EntitySystem
References
| Module | MovieScene |
| Header | /Engine/Source/Runtime/MovieScene/Public/EntitySystem/EntityAllocationIterator.h |
| Include | #include "EntitySystem/EntityAllocationIterator.h" |
Syntax
struct FEntityAllocationIteratorProxy
Remarks
Iterator proxy type returned from FEntityManager::Iterate that supports ranged-for iteration of all entity allocations matching the specified filter
Constructors
| Type | Name | Description | |
|---|---|---|---|
FEntityAllocationIteratorProxy
(
const FEntityManager* InManager, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FEntityAllocationIterator | begin () |
~ Do not use directly - for stl iteration | |
| FEntityAllocationIterator | end () |