FConstPropertyComponentView

Type-erased view of a constant component.

Windows
MacOS
Linux

References

Module

MovieScene

Header

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

Include

#include "EntitySystem/IMovieScenePropertyComponentHandler.h"

Syntax

struct FConstPropertyComponentView

Remarks

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

Constructors

Name Description

Public function

FConstPropertyComponentView

(
    const T& InData
)

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

Public function

FConstPropertyComponentView

(
    const void* InData,
    int32 InDataSizeof
)

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

Functions

Name Description

Public function Const

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