![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
This is the complete list of members for FIntegralCurve, including all inherited members.
| AddKey(float InTime, int32 InValue, FKeyHandle KeyHandle=FKeyHandle()) | FIntegralCurve | |
| ClearDefaultValue() | FIntegralCurve | inline |
| DeleteKey(FKeyHandle KeyHandle) | FIntegralCurve | |
| Duplicate() const final | FIntegralCurve | inlinevirtual |
| FIndexedCurve::Duplicate | FIndexedCurve | |
| EnsureAllIndicesHaveHandles() const | FIndexedCurve | inlineprotected |
| EnsureIndexHasAHandle(int32 KeyIndex) const | FIndexedCurve | inlineprotected |
| Evaluate(float Time, int32 InDefaultValue=0) const | FIntegralCurve | |
| FIndexedCurve() | FIndexedCurve | inline |
| FindIndex(FKeyHandle KeyHandle) const | FIndexedCurve | inlineprotected |
| FindKey(float KeyTime, float KeyTimeTolerance=UE_KINDA_SMALL_NUMBER) const | FIntegralCurve | |
| FindKeyBeforeOrAt(float KeyTime) const | FIntegralCurve | |
| FIntegralCurve() | FIntegralCurve | inline |
| GetDefaultValue() const | FIntegralCurve | inline |
| GetFirstKeyHandle() const | FIndexedCurve | inline |
| GetIndex(FKeyHandle KeyHandle) const | FIndexedCurve | protected |
| GetIndexSafe(FKeyHandle KeyHandle) const | FIndexedCurve | |
| GetKey(FKeyHandle KeyHandle) | FIntegralCurve | |
| GetKey(FKeyHandle KeyHandle) const | FIntegralCurve | |
| GetKeyHandle(int32 KeyIndex) const | FIndexedCurve | protected |
| GetKeyHandleIterator() const | FIndexedCurve | inline |
| GetKeyIterator() const | FIntegralCurve | |
| GetKeyTime(FKeyHandle KeyHandle) const override final | FIntegralCurve | virtual |
| FIndexedCurve::GetKeyTime | FIndexedCurve | |
| GetKeyValue(FKeyHandle KeyHandle) const | FIntegralCurve | |
| GetLastKeyHandle() const | FIndexedCurve | inline |
| GetNextKey(FKeyHandle KeyHandle) const | FIndexedCurve | |
| GetNumKeys() const override final | FIntegralCurve | inlinevirtual |
| FIndexedCurve::GetNumKeys | FIndexedCurve | |
| GetPreviousKey(FKeyHandle KeyHandle) const | FIndexedCurve | |
| GetUseDefaultValueBeforeFirstKey() const | FIntegralCurve | inline |
| HasAnyData() const | FIntegralCurve | inline |
| IsKeyHandleValid(FKeyHandle KeyHandle) const | FIndexedCurve | |
| KeyHandlesToIndices | FIndexedCurve | mutableprotected |
| RemoveRedundantKeys() | FIntegralCurve | |
| ScaleCurve(float ScaleOrigin, float ScaleFactor) | FIndexedCurve | |
| ScaleCurve(float ScaleOrigin, float ScaleFactor, const TSet< FKeyHandle > &KeyHandles) | FIndexedCurve | |
| SetDefaultValue(int32 InDefaultValue) | FIntegralCurve | inline |
| SetKeyTime(FKeyHandle KeyHandle, float NewTime) override final | FIntegralCurve | virtual |
| SetKeyValue(FKeyHandle KeyHandle, int32 NewValue) | FIntegralCurve | |
| SetUseDefaultValueBeforeFirstKey(bool InbUseDefaultValueBeforeFirstKey) | FIntegralCurve | inline |
| ShiftCurve(float DeltaTime) | FIndexedCurve | |
| ShiftCurve(float DeltaTime, const TSet< FKeyHandle > &KeyHandles) | FIndexedCurve | |
| UpdateOrAddKey(float InTime, int32 Value, float KeyTimeTolerance=UE_KINDA_SMALL_NUMBER) | FIntegralCurve | |
| ~FIndexedCurve() | FIndexedCurve | inlinevirtual |
| ~FIntegralCurve() | FIntegralCurve | inlinevirtual |