![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
This is the complete list of members for FSimpleCurve, including all inherited members.
| AddKey(float InTime, float InValue, const bool bUnwindRotation=false, FKeyHandle KeyHandle=FKeyHandle()) final override | FSimpleCurve | |
| FRealCurve::AddKey | FRealCurve | |
| BakeCurve(float SampleRate) final override | FSimpleCurve | virtual |
| BakeCurve(float SampleRate, float FirstKeyTime, float LastKeyTime) final override | FSimpleCurve | virtual |
| ClearDefaultValue() | FRealCurve | inline |
| CycleTime(float MinTime, float MaxTime, float &InTime, int &CycleCount) | FRealCurve | protectedvirtualstatic |
| DefaultValue | FRealCurve | |
| DeleteKey(FKeyHandle KeyHandle) final override | FSimpleCurve | virtual |
| Duplicate() const final | FSimpleCurve | inlinevirtual |
| FRealCurve::Duplicate | FIndexedCurve | |
| EnsureAllIndicesHaveHandles() const | FIndexedCurve | inlineprotected |
| EnsureIndexHasAHandle(int32 KeyIndex) const | FIndexedCurve | inlineprotected |
| Eval(float InTime, float InDefaultValue=0.0f) const final override | FSimpleCurve | virtual |
| FRealCurve::Eval | FRealCurve | |
| FIndexedCurve() | FIndexedCurve | inline |
| FindIndex(FKeyHandle KeyHandle) const | FIndexedCurve | inlineprotected |
| FindKey(float KeyTime, float KeyTimeTolerance=UE_KINDA_SMALL_NUMBER) const | FRealCurve | |
| FRealCurve() | FRealCurve | inline |
| FSimpleCurve() | FSimpleCurve | inline |
| GetConstRefOfKeys() const | FSimpleCurve | |
| GetCopyOfKeys() const | FSimpleCurve | |
| GetDefaultValue() const | FRealCurve | inline |
| GetFirstKey() const | FSimpleCurve | |
| GetFirstKeyHandle() const | FIndexedCurve | inline |
| GetFirstMatchingKey(const TArray< FKeyHandle > &KeyHandles) | FSimpleCurve | |
| GetIndex(FKeyHandle KeyHandle) const | FIndexedCurve | protected |
| GetIndexSafe(FKeyHandle KeyHandle) const | FIndexedCurve | |
| GetKey(FKeyHandle KeyHandle) | FSimpleCurve | |
| GetKey(FKeyHandle KeyHandle) const | FSimpleCurve | |
| GetKeyHandle(int32 KeyIndex) const | FIndexedCurve | protected |
| GetKeyHandleIterator() const | FIndexedCurve | inline |
| GetKeyIndex(float KeyTime, float KeyTimeTolerance) const override final | FSimpleCurve | protectedvirtual |
| FRealCurve::GetKeyIndex | FRealCurve | protected |
| GetKeyInterpMode(FKeyHandle KeyHandle) const final override | FSimpleCurve | inlinevirtual |
| GetKeyInterpMode() const | FSimpleCurve | inline |
| FRealCurve::GetKeyInterpMode | FRealCurve | |
| GetKeyIterator() const | FSimpleCurve | |
| GetKeyTime(FKeyHandle KeyHandle) const final override | FSimpleCurve | virtual |
| FRealCurve::GetKeyTime | FIndexedCurve | |
| GetKeyTimeValuePair(FKeyHandle KeyHandle) const final override | FSimpleCurve | virtual |
| FRealCurve::GetKeyTimeValuePair | FRealCurve | |
| GetKeyValue(FKeyHandle KeyHandle) const final override | FSimpleCurve | virtual |
| FRealCurve::GetKeyValue | FRealCurve | |
| GetLastKey() const | FSimpleCurve | |
| GetLastKeyHandle() const | FIndexedCurve | inline |
| GetNextKey(FKeyHandle KeyHandle) const | FIndexedCurve | |
| GetNumKeys() const final override | FSimpleCurve | inlinevirtual |
| FRealCurve::GetNumKeys | FIndexedCurve | |
| GetPreviousKey(FKeyHandle KeyHandle) const | FIndexedCurve | |
| GetTimeRange(float &MinTime, float &MaxTime) const final override | FSimpleCurve | virtual |
| GetValueRange(float &MinValue, float &MaxValue) const final override | FSimpleCurve | virtual |
| HasAnyData() const | FRealCurve | inline |
| InterpMode | FSimpleCurve | |
| IsKeyHandleValid(FKeyHandle KeyHandle) const | FIndexedCurve | |
| KeyExistsAtTime(float KeyTime, float KeyTimeTolerance=UE_KINDA_SMALL_NUMBER) const | FRealCurve | |
| KeyHandlesToIndices | FIndexedCurve | mutableprotected |
| Keys | FSimpleCurve | |
| operator==(const FSimpleCurve &Curve) const | FSimpleCurve | |
| PostInfinityExtrap | FRealCurve | |
| PreInfinityExtrap | FRealCurve | |
| ReadjustTimeRange(float NewMinTimeRange, float NewMaxTimeRange, bool bInsert, float OldStartTime, float OldEndTime) final override | FSimpleCurve | virtual |
| RemapTimeValue(float &InTime, float &CycleValueOffset) const final override | FSimpleCurve | virtual |
| RemoveRedundantKeys(float Tolerance, FFrameRate SampleRate=FFrameRate(0, 0)) final override | FSimpleCurve | virtual |
| RemoveRedundantKeys(float Tolerance, float FirstKeyTime, float LastKeyTime, FFrameRate SampleRate=FFrameRate(0, 0)) final override | FSimpleCurve | virtual |
| Reset() final override | FSimpleCurve | virtual |
| ScaleCurve(float ScaleOrigin, float ScaleFactor) | FIndexedCurve | |
| ScaleCurve(float ScaleOrigin, float ScaleFactor, const TSet< FKeyHandle > &KeyHandles) | FIndexedCurve | |
| SetDefaultValue(float InDefaultValue) | FRealCurve | inlinevirtual |
| SetKeyInterpMode(FKeyHandle, ERichCurveInterpMode NewInterpMode) final override | FSimpleCurve | inlinevirtual |
| SetKeyInterpMode(ERichCurveInterpMode NewInterpMode) | FSimpleCurve | inline |
| SetKeys(const TArray< FSimpleCurveKey > &InKeys) | FSimpleCurve | |
| SetKeyTime(FKeyHandle KeyHandle, float NewTime) final override | FSimpleCurve | virtual |
| SetKeyValue(FKeyHandle KeyHandle, float NewValue, bool bAutoSetTangents=true) final override | FSimpleCurve | virtual |
| ShiftCurve(float DeltaTime) | FIndexedCurve | |
| ShiftCurve(float DeltaTime, const TSet< FKeyHandle > &KeyHandles) | FIndexedCurve | |
| UpdateOrAddKey(float InTime, float InValue, const bool bUnwindRotation=false, float KeyTimeTolerance=UE_KINDA_SMALL_NUMBER) final override | FSimpleCurve | virtual |
| FRealCurve::UpdateOrAddKey | FRealCurve | |
| ~FIndexedCurve() | FIndexedCurve | inlinevirtual |