FEntityAllocationIterator::FEntityAllocationIterator

Construction from the entity manager to iterate, and a filter

Windows
MacOS
Linux

References

Module

MovieScene

Header

/Engine/Source/Runtime/MovieScene/Public/EntitySystem/EntityAllocationIterator.h

Include

#include "EntitySystem/EntityAllocationIterator.h"

Source

/Engine/Source/Runtime/MovieScene/Private/EntitySystem/EntityAllocationIterator.cpp

Syntax

FEntityAllocationIterator
(
    const FEntityManager * InManager,
    const FEntityComponentFilter * InFilter
)

Remarks

Construction from the entity manager to iterate, and a filter

Parameters

Parameter

Description

InManager

The entity manager to iterate

InFilter

Filter that defines the components to match. Copied into this object.

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