FEntityAllocationIteratorProxy

Iterator proxy type returned from [FEntityManager::Iterate](API\Runtime\MovieScene\EntitySystem\FEntityManager\Iterate) that supports ranged-for iteration of all entity allocations matching the specified filter

Windows
MacOS
Linux

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

Name Description

Public function

FEntityAllocationIteratorProxy

(
    const FEntityManager* InManage...,
    const FEntityComponentFilter* ...
)

Functions

Name Description

Public function Const

FEntityAlloc...

 

begin()

~ Do not use directly - for stl iteration

Public function Const

FEntityAlloc...

 

end()

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss