Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Animation > API/Runtime/Engine/Animation/FCurveUtils
| Type | Name | Description | |
|---|---|---|---|
| FORCEINLINE_DEBUGGABLE void | BuildUnsorted
(
TBaseBlendedCurve< CurveAllocatorType, CurveElementType >& OutCurve, |
Helper function for building curves from a map. | |
| FORCEINLINE_DEBUGGABLE void | BuildUnsorted
(
TBaseBlendedCurve< CurveAllocatorType, CurveElementType >& OutCurve, |
Helper function for building curves from an array view of name/value pairs. | |
| FORCEINLINE_DEBUGGABLE void | BuildUnsorted
(
TBaseBlendedCurve< CurveAllocatorType, CurveElementType >& OutCurve, |
Helper function for building curves from an initializer list of name/value pairs. | |
| FORCEINLINE_DEBUGGABLE void | BuildUnsorted
(
TBaseBlendedCurve< CurveAllocatorType, CurveElementType >& OutCurve, |
Helper function for building curves from an initializer list of name/flag pairs. | |
| FORCEINLINE_DEBUGGABLE void | BuildUnsorted
(
TBaseBlendedCurve< CurveAllocatorType, CurveElementType >& OutCurve, |
Helper function for building curves from an initializer list of name/value/flag tuples. | |
| void | BuildUnsorted
(
TBaseBlendedCurve< CurveAllocatorType, CurveElementType >& OutCurve, |
Helper function for building curves, applying any filtering Note: uses TMemStackAllocator internally when filtering, so requires a FMemMark to be set somewhere in the callstack |