UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UE::MovieScene::FEntityAllocationIteratorProxy Struct Reference

#include <EntityAllocationIterator.h>

Public Member Functions

 FEntityAllocationIteratorProxy (const FEntityManager *InManager, const FEntityComponentFilter *InFilter)
 
FEntityAllocationIterator begin () const
 
FEntityAllocationIterator end () const
 

Detailed Description

Iterator proxy type returned from FEntityManager::Iterate that supports ranged-for iteration of all entity allocations matching the specified filter

Constructor & Destructor Documentation

◆ FEntityAllocationIteratorProxy()

UE::MovieScene::FEntityAllocationIteratorProxy::FEntityAllocationIteratorProxy ( const FEntityManager InManager,
const FEntityComponentFilter InFilter 
)
inline

Member Function Documentation

◆ begin()

FEntityAllocationIterator UE::MovieScene::FEntityAllocationIteratorProxy::begin ( ) const
inline

~ Do not use directly - for stl iteration

◆ end()

FEntityAllocationIterator UE::MovieScene::FEntityAllocationIteratorProxy::end ( ) const
inline

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