|
static int32 | InterpolateOverTimeSimple (UObject *WorldContextObject, float TimeTotal, EEasingFunc::Type EaseType, const FInterpolationSignature &Event, const FInterpolationSignature &OnCompleteEvent) |
|
static uint32 | InterpolateOverTimeSimple (UObject *WorldContextObject, float TimeTotal, EEasingFunc::Type EaseType, const FInterpolationDelegate &Event, const FInterpolationDelegate &OnCompleteEvent) |
|
static uint32 | InterpolateOverTimeSimple (UObject *WorldContextObject, float TimeTotal, EEasingFunc::Type EaseType, const FInterpolationDelegate &Event) |
|
static int32 | InterpolateOverTimeCustomCurve (UObject *WorldContextObject, float TimeElapsed, float TimeTotal, float Start, float End, UCurveFloat *Curve, const FInterpolationSignature &Event, const FInterpolationSignature &OnCompleteEvent) |
|
static int32 | InterpolateOverTimeCustomCurve (UObject *WorldContextObject, float TimeElapsed, float TimeTotal, float Start, float End, UCurveFloat *Curve, const FInterpolationSignature &Event) |
|
static int32 | InterpolateOverTimeCustomCurve (UObject *WorldContextObject, float TimeElapsed, float TimeTotal, float Start, float End, UCurveFloat *Curve, const FInterpolationDelegate &Event) |
|
static int32 | InterpolateOverTimeCustomCurve (UObject *WorldContextObject, float TimeElapsed, float TimeTotal, float Start, float End, UCurveFloat *Curve, const FInterpolationDelegate &Event, const FInterpolationDelegate &OnCompleteEvent) |
|
static int32 | InterpolateOverTime (UObject *WorldContextObject, float TimeElapsed, float TimeTotal, float Start, float End, EEasingFunc::Type EaseType, const FInterpolationSignature &Event, const FInterpolationSignature &OnCompleteEvent) |
|
static uint32 | InterpolateOverTime (UObject *WorldContextObject, float TimeElapsed, float TimeTotal, float Start, float End, EEasingFunc::Type EaseType, const FInterpolationDelegate &Event, const FInterpolationDelegate &OnCompleteEvent) |
|
static uint32 | InterpolateOverTime (UObject *WorldContextObject, float TimeElapsed, float TimeTotal, float Start, float End, EEasingFunc::Type EaseType, const FInterpolationDelegate &Event) |
|
static uint32 | InterpolateOverTime (UObject *WorldContextObject, float TimeElapsed, float TimeTotal, float Start, float End, const FInterpolationDelegate &Event, const FInterpolationSignature &DynamicEvent, const FInterpolationDelegate &OnCompleteEvent, const FInterpolationSignature &OnCompleteDynamicEvent, EEasingFunc::Type EaseType=EEasingFunc::Linear, UCurveFloat *Curve=nullptr, bool bReplicated=false) |
|
static uint32 | InterpolateOverTimeReplicated (UObject *WorldContextObject, float StartTime, float EndTime, float Start, float End, EEasingFunc::Type EaseType, const FInterpolationDelegate &Event) |
|
static FInterpolationEntry * | GetInterpolationEntry (const FInterpolationDelegate &Event) |
|
static FInterpolationEntry * | GetInterpolationEntry (const FInterpolationSignature &Event) |
|
static void | ClearInterpolation (const UObject *Caller, const int32 ID) |
|
static bool | IsInterpolationActive (const UObject *Caller, const int32 ID) |
|
static void | CompleteInterpolation (const UObject *Caller, const int32 ID) |
|
static FInterpolationEntry * | GetInterpolationEntryByID (const UObject *Caller, const uint32 ID) |
|
static void | ClearInterpolatorsForObject (const UObject *Object) |
|
static void | NotifyLevelTravel () |
|
static void | InvertInterpolator (const UObject *Caller, const int32 ID) |
|
static AInterpolator * | GetInterpolator (UObject *WorldContextObject) |
|