UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
ICurveSourceInterface Class Reference

#include <CurveSourceInterface.h>

Public Member Functions

ENGINE_API FName GetBindingName () const
 
ENGINE_API float GetCurveValue (FName CurveName) const
 
ENGINE_API void GetCurves (TArray< FNamedCurveValue > &OutValues) const
 

Static Public Attributes

static ENGINE_API const FName DefaultBinding
 

Detailed Description

A source for curves

Member Function Documentation

◆ GetBindingName()

ENGINE_API FName ICurveSourceInterface::GetBindingName ( ) const

Get the name that this curve source can be bound to by. Clients of this curve source will use this name to identify this source.

◆ GetCurves()

ENGINE_API void ICurveSourceInterface::GetCurves ( TArray< FNamedCurveValue > &  OutValues) const

Evaluate all curves that this source provides

◆ GetCurveValue()

ENGINE_API float ICurveSourceInterface::GetCurveValue ( FName  CurveName) const

Get the value for a specified curve

Member Data Documentation

◆ DefaultBinding

const FName ICurveSourceInterface::DefaultBinding
static

The default binding, for clients to opt-in to


The documentation for this class was generated from the following files: