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