Navigation
API > API/Runtime > API/Runtime/Engine
| Name | FSmartNameContainer |
| Type | struct |
| Header File | /Engine/Source/Runtime/Engine/Classes/Animation/SmartName.h |
| Include Path | #include "Animation/SmartName.h" |
Syntax
USTRUCT ()
struct FSmartNameContainer
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Note: We need to explicitly disable warnings on these constructors/operators for clang to be happy with deprecated variables. | Animation/SmartName.h | ||
FSmartNameContainer
(
const FSmartNameContainer& |
Animation/SmartName.h | ||
| Animation/SmartName.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~FSmartNameContainer() |
Animation/SmartName.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| LoadedNameMappings | TMap< FName, FSmartNameMapping > | Editor copy of the data we loaded, used to preserve determinism during cooking. | Animation/SmartName.h | |
| NameMappings | TMap< FName, FSmartNameMapping > | Animation/SmartName.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Serialize
(
FArchive& Ar, |
Animation/SmartName.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FSmartNameMapping * GetContainerInternal
(
const FName& ContainerName |
Animation/SmartName.h | ||
const FSmartNameMapping * GetContainerInternal
(
const FName& ContainerName |
Animation/SmartName.h |