Navigation
API > API/Runtime > API/Runtime/Engine
DEPRECATED - smart names and their mappings are no longer used
| Name | FSmartNameMapping |
| Type | struct |
| Header File | /Engine/Source/Runtime/Engine/Classes/Animation/SmartName.h |
| Include Path | #include "Animation/SmartName.h" |
Syntax
USTRUCT ()
struct FSmartNameMapping
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Animation/SmartName.h | |||
FSmartNameMapping
(
const FSmartNameMapping& |
Animation/SmartName.h | ||
| Animation/SmartName.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~FSmartNameMapping() |
Note: We need to explicitly disable warnings on these constructors/operators for clang to be happy with deprecated variables. | Animation/SmartName.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CurveMetaDataMap | TMap< FName, FCurveMetaData > | Animation/SmartName.h | ||
| CurveNameList | TArray< FName > | List of curve names, indexed by UID. | Animation/SmartName.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Serialize
(
FArchive& Ar |
Animation/SmartName.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FSmartNameMapping & operator=
(
const FSmartNameMapping& |
Animation/SmartName.h | ||
| Animation/SmartName.h |