FColorPropertyTraits

Windows
MacOS
Linux

References

Module

MovieSceneTracks

Header

/Engine/Source/Runtime/MovieSceneTracks/Public/MovieSceneTracksComponentTypes.h

Include

#include "MovieSceneTracksComponentTypes.h"

Syntax

struct FColorPropertyTraits

Functions

Name Description

Public function Static

FIntermediat...

 

CombineComposites

(
    EColorPropertyType InType,
    float InR,
    float InG,
    float InB,
    float InA
)

Public function Static

void

 

GetObjectPropertyValue

(
    const UObject* InObject,
    EColorPropertyType ColorType,
    const FCustomPropertyAccessor& Bas...,
    FIntermediateColor& OutValue
)

Public function Static

void

 

GetObjectPropertyValue

(
    const UObject* InObject,
    EColorPropertyType ColorType,
    uint16 PropertyOffset,
    FIntermediateColor& OutValue
)

Public function Static

void

 

GetObjectPropertyValue

(
    const UObject* InObject,
    EColorPropertyType ColorType,
    FTrackInstancePropertyBindings*...,
    FIntermediateColor& OutValue
)

Public function Static

void

 

GetObjectPropertyValue

(
    const UObject* InObject,
    EColorPropertyType ColorType,
    const FName& PropertyPath,
    StorageType& OutValue
)

Public function Static

void

 

SetObjectPropertyValue

(
    UObject* InObject,
    EColorPropertyType ColorType,
    const FCustomPropertyAccessor& Bas...,
    const FIntermediateColor& InValue
)

Public function Static

void

 

SetObjectPropertyValue

(
    UObject* InObject,
    EColorPropertyType ColorType,
    uint16 PropertyOffset,
    const FIntermediateColor& InValue
)

Public function Static

void

 

SetObjectPropertyValue

(
    UObject* InObject,
    EColorPropertyType ColorType,
    FTrackInstancePropertyBindings*...,
    const FIntermediateColor& InValue
)

Typedefs

Name

Description

MetaDataType

StorageType

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