Navigation
API > API/Editor > API/Editor/Persona
| Name | FAnimAttributeEntry |
| Type | class |
| Header File | /Engine/Source/Editor/Persona/Public/SAnimAttributeView.h |
| Include Path | #include "SAnimAttributeView.h" |
Syntax
class FAnimAttributeEntry : public TSharedFromThis< FAnimAttributeEntry >
Inheritance Hierarchy
- TSharedFromThis< FAnimAttributeEntry > → FAnimAttributeEntry
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| SAnimAttributeView.h | |||
FAnimAttributeEntry
(
const FAnimationAttributeIdentifier& InIdentifier, |
SAnimAttributeView.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CachedTypeName | FName | SAnimAttributeView.h | ||
| Identifier | FAnimationAttributeIdentifier | SAnimAttributeView.h | ||
| SnapshotDisplayName | FName | SAnimAttributeView.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const FAnimationAttributeIdentifier & GetAnimationAttributeIdentifier() |
SAnimAttributeView.h | ||
UE::Anim::FAttributeId GetAttributeId() |
SAnimAttributeView.h | ||
int32 GetBoneIndex() |
SAnimAttributeView.h | ||
FName GetBoneName() |
SAnimAttributeView.h | ||
FName GetDisplayName() |
SAnimAttributeView.h | ||
FName GetName() |
SAnimAttributeView.h | ||
UScriptStruct * GetScriptStruct() |
SAnimAttributeView.h | ||
FName GetSnapshotDisplayName() |
SAnimAttributeView.h | ||
FName GetTypeName() |
SAnimAttributeView.h | ||
TSharedRef< ITableRow > MakeTableRowWidget
(
const TSharedRef< STableViewBase >& InOwnerTable |
SAnimAttributeView.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static TSharedRef< FAnimAttributeEntry > MakeEntry
(
const FAnimationAttributeIdentifier& InIdentifier, |
SAnimAttributeView.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator!=
(
const FAnimAttributeEntry& InOther |
SAnimAttributeView.h | ||
bool operator==
(
const FAnimAttributeEntry& InOther |
SAnimAttributeView.h |