ICurveSourceInterface

A source for curves

Windows
MacOS
Linux

Inheritance Hierarchy

ICurveSourceInterface

UAudioCurveSourceComponent

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Animation/CurveSourceInterface.h

Include

#include "Animation/CurveSourceInterface.h"

Syntax

class ICurveSourceInterface

Remarks

A source for curves

Functions

Name Description

Public function Const

FName

 

GetBindingName()

Get the name that this curve source can be bound to by.

Public function Const

void

 

GetCurves

(
    TArray< FNamedCurveValue >& OutVal...
)

Evaluate all curves that this source provides

Public function Const

float

 

GetCurveValue

(
    FName CurveName
)

Get the value for a specified curve

Constants

Name

Description

DefaultBinding

The default binding, for clients to opt-in to

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