UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UE::MovieScene::FPropertyCompositeDefinition Struct Reference

#include <MovieScenePropertyRegistry.h>

Public Attributes

FComponentTypeID ComponentTypeID
 
uint16 CompositeOffset
 

Detailed Description

A generic definition of a composite channel that contributes to a property

Member Data Documentation

◆ ComponentTypeID

FComponentTypeID UE::MovieScene::FPropertyCompositeDefinition::ComponentTypeID

The type of component that contains the value for this channel (ie a TComponentTypeID<float>)

◆ CompositeOffset

uint16 UE::MovieScene::FPropertyCompositeDefinition::CompositeOffset

The offset of the member variable within the operational type of the property in bytes. Ie for FIntermediate3DTransform::T_Z, the composite offset is 8 Bytes.


The documentation for this struct was generated from the following file: