Navigation
API > API/Runtime > API/Runtime/Engine
| Name | FSoftAnimBankItem |
| Type | struct |
| Header File | /Engine/Source/Runtime/Engine/Classes/Animation/AnimBank.h |
| Include Path | #include "Animation/AnimBank.h" |
Syntax
USTRUCT (BlueprintType )
struct FSoftAnimBankItem
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Animation/AnimBank.h | |||
FSoftAnimBankItem
(
const FSoftAnimBankItem& InBankItem |
Animation/AnimBank.h | ||
FSoftAnimBankItem
(
const FAnimBankItem& InBankItem |
Animation/AnimBank.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| BankAsset | TSoftObjectPtr< UAnimBank > | Animation/AnimBank.h |
|
|
| SequenceIndex | int32 | Animation/AnimBank.h |
|
Functions
Public
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator!=
(
const FSoftAnimBankItem& Other |
Animation/AnimBank.h | ||
bool operator==
(
const FSoftAnimBankItem& Other |
Animation/AnimBank.h |