UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FRuntimeVectorCurve Struct Reference

#include <CurveVector.h>

Public Member Functions

ENGINE_API FVector GetValue (float InTime) const
 
ENGINE_API FRichCurveGetRichCurve (int32 Index)
 
ENGINE_API const FRichCurveGetRichCurveConst (int32 Index) const
 

Public Attributes

FRichCurve VectorCurves [3]
 
TObjectPtr< class UCurveVectorExternalCurve = nullptr
 

Member Function Documentation

◆ GetRichCurve()

FRichCurve * FRuntimeVectorCurve::GetRichCurve ( int32  Index)

Get the current curve struct

◆ GetRichCurveConst()

const FRichCurve * FRuntimeVectorCurve::GetRichCurveConst ( int32  Index) const

◆ GetValue()

FVector FRuntimeVectorCurve::GetValue ( float  InTime) const

Member Data Documentation

◆ ExternalCurve

TObjectPtr<class UCurveVector> FRuntimeVectorCurve::ExternalCurve = nullptr

◆ VectorCurves

FRichCurve FRuntimeVectorCurve::VectorCurves[3]

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