FPropertyComponentView

Type-erased view of a component.

Windows
MacOS
Linux

References

Module

MovieScene

Header

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

Include

#include "EntitySystem/IMovieScenePropertyComponentHandler.h"

Syntax

struct FPropertyComponentView

Remarks

Type-erased view of a component. Used for passing typed data through the IPropertyComponentHandler interface

Constructors

Name Description

Public function

FPropertyComponentView

(
    T& InData
)

Construction from a specific piece of data. Specified data must outlive this view

Public function

FPropertyComponentView

(
    void* InData,
    int32 InDataSizeof
)

Construction from a pointer to a piece of data, and its type's size.

Functions

Name Description

Public function Const

T &

 

ReinterpretCast()

Cast this type-erased view to a known data type.

Public function Const

int32

 

Sizeof()

Retrieve the size of this component

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