UInterpTrackInstProperty

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackInstProperty.h

Include

#include "Matinee/InterpTrackInstProperty.h"

Syntax

class UInterpTrackInstProperty : public UInterpTrackInst

Variables

Name Description

Public variable

TFieldPath< FPr...

 

InterpProperty

Function to call after updating the value of the color property.

Public variable

UObject *

 

PropertyOuterObjectInst

Pointer to the UObject instance that is the outer of the color property we are interpolating on, this is used to process the property update callback.

Constructors

Name Description

Public function

UInterpTrackInstProperty

(
    const FObjectInitializer& ObjectIn...
)

Functions

Name Description

Public function

void

 

CallPropertyUpdateCallback()

Attempt to call the property update callback.

Public function

void

 

SetupPropertyUpdateCallback

(
    AActor* InActor,
    const FName& TrackPropertyName
)

Retrieve the update callback from the interp property's metadata and stores it.

Overridden from UInterpTrackInst

Name Description

Public function Virtual

void

 

TermTrackInst

(
    UInterpTrack* Track
)

Begin UInterpTrackInst Instance.

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