UInterpTrackFloatAnimBPParam

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

Engine

Header

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

Include

#include "Matinee/InterpTrackFloatAnimBPParam.h"

Syntax

class UInterpTrackFloatAnimBPParam : public UInterpTrackFloatBase

Variables

Name Description

Public variable

TSubclassOf< UA...

 

AnimClass

Materials whose parameters we want to change and the references to those materials.

Public variable

FName

 

ParamName

Name of parameter in the MaterialInstance which this track will modify over time.

Constructors

Name Description

Public function

UInterpTrackFloatAnimBPParam

(
    const FObjectInitializer& ObjectIn...
)

Overridden from UInterpTrack

Name Description

Public function Virtual

int32

 

AddKeyframe

(
    float Time,
    UInterpTrackInst* TrInst,
    EInterpCurveMode InitInterpMode
)

Adds a keyframe at the given time to the track.

Public function Virtual

void

 

PreviewUpdateTrack

(
    float NewPosition,
    UInterpTrackInst* TrInst
)

Updates the instance of this track based on the new position. This is for editor preview.

Public function Virtual

void

 

UpdateTrack

(
    float NewPosition,
    UInterpTrackInst* TrInst,
    bool bJump
)

Updates the instance of this track based on the new position.

Overridden from UObject

Name Description

Public function Virtual

void

 

PostEditChangeProperty

(
    FPropertyChangedEvent& PropertyCha...
)

Called when a property on this object has been modified externally

Public function Virtual

void

 

Serialize

(
    FArchive& Ar
)

Handles reading, writing, and reference collecting using FArchive.

Deprecated Variables

Name Description

Public variable

UAnimBlueprintG...

 

AnimBlueprintClass

This property is deprecated. Please use AnimClass instead

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