UInterpTrackFloatParticleParam

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

Engine

Header

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

Include

#include "Matinee/InterpTrackFloatParticleParam.h"

Syntax

class UInterpTrackFloatParticleParam : public UInterpTrackFloatBase

Variables

Name Description

Public variable

FName

 

ParamName

Name of property in the Emitter which this track mill modify over time.

Constructors

Name Description

Public function

UInterpTrackFloatParticleParam

(
    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.

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