TEntityRange::operator[]

Access a specific entity within this range

Windows
MacOS
Linux

References

Module

MovieScene

Header

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

Include

#include "EntitySystem/MovieSceneEntityRange.h"

Syntax

TEntityPtr< T... > operator[]
(
    int32 Index
) const

Remarks

Access a specific entity within this range

Returns

The entity with all its components

Parameters

Parameter

Description

Index

The index of the entity within this range

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