FEntityManager::Iterate

Iterate through all the allocations that match the specified component filter

Windows
MacOS
Linux

References

Module

MovieScene

Header

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

Include

#include "EntitySystem/MovieSceneEntityManager.h"

Source

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

Syntax

FEntityAllocationIteratorProxy Iterate
(
    const FEntityComponentFilter * InFilter
) const

Remarks

Iterate through all the allocations that match the specified component filter

Returns

An iterator object that walks over all allocations matching the filter.

Parameters

Parameter

Description

InFilter

(required, non-null) The filter to match allocations against. Filter is copied into the iterator.

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