Navigation
API > API/Editor > API/Editor/CurveEditor
Meta data about a FCurveModel useful to cache FCurveModelID when a curve with the same data is re-added to FCurveEditor.
| Name | FCurveMetaDataIdentifiers |
| Type | struct |
| Header File | /Engine/Source/Editor/CurveEditor/Public/Modification/Resolution/CurveMetaDataIdentifiers.h |
| Include Path | #include "Modification/Resolution/CurveMetaDataIdentifiers.h" |
Syntax
struct FCurveMetaDataIdentifiers
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FCurveMetaDataIdentifiers
(
const FCurveModel& InCurveModel |
Modification/Resolution/CurveMetaDataIdentifiers.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ChannelName | FName | The original channel name, used mostly to make sure names match with BP/Scripting | Modification/Resolution/CurveMetaDataIdentifiers.h | |
| IntentionName | FString | This curve's short intention (such as Transform.X or Scale.X). | Modification/Resolution/CurveMetaDataIdentifiers.h | |
| LongDisplayName | FText | This curve's long display name. | Modification/Resolution/CurveMetaDataIdentifiers.h | |
| LongIntentionName | FString | This curve's long intention (such as foot_fk_l.Transform.X or foot_fk_r.Scale.X). | Modification/Resolution/CurveMetaDataIdentifiers.h | |
| Owner | TWeakObjectPtr< UObject > | The UObject that owned the CurveModel. | Modification/Resolution/CurveMetaDataIdentifiers.h | |
| ShortDisplayName | FText | This curve's short display name. | Modification/Resolution/CurveMetaDataIdentifiers.h |