FPropertyComponentArrayView

Type-erased view of an array of components.

Windows
MacOS
Linux

References

Module

MovieScene

Header

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

Include

#include "EntitySystem/IMovieScenePropertyComponentHandler.h"

Syntax

struct FPropertyComponentArrayView

Remarks

Type-erased view of an array of components. Used for passing typed arrays of data through the IPropertyComponentHandler interface

Constructors

Name Description

Public function

FPropertyComponentArrayView

(
    TArray< T, Allocator >& InRange
)

Construction from an array

Functions

Name Description

Public function Const

int32

 

Num()

Access the number of items in the array

Public function Const

TArrayView< ...

 

ReinterpretCast()

Cast this view to a typed array view.

Public function Const

int32

 

Sizeof()

Access the sizeof a single item in the array view, in bytes

Operators

Name Description

Public function

FPropertyCom...

 

operator[]

(
    int32 Index
)

Access an element in the array

Public function Const

FConstProper...

 

operator[]

(
    int32 Index
)

Access an element in the array

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