Navigation
API > API/Editor > API/Editor/CurveEditor > API/Editor/CurveEditor/FCurveDrawParamsCache
Description
Invalidates the cache for specified view and curve model IDs and causes an update on cached data. The cache may perform updates that are not instantly relevant asynchronously. To update data synchronous use UpdateCurveDrawParamSynchonous instead.
| Name | Invalidate |
| Type | function |
| Header File | /Engine/Source/Editor/CurveEditor/Public/CurveEditorCurveDrawParamsCache.h |
| Include Path | #include "CurveEditorCurveDrawParamsCache.h" |
| Source | /Engine/Source/Editor/CurveEditor/Private/CurveEditorCurveDrawParamsCache.cpp |
void Invalidate
(
const TSharedRef < SCurveEditorView > & CurveEditorView,
TConstArrayView< FCurveModelID > ModelIDs
)