Navigation
API > API/Plugins > API/Plugins/AnimNext > API/Plugins/AnimNext/TraitCore
References
| Module | AnimNext |
| Header | /Engine/Plugins/Experimental/AnimNext/Source/AnimNext/Public/TraitCore/TraitEventList.h |
| Include | #include "TraitCore/TraitEventList.h" |
Syntax
struct FTraitEventList
Remarks
Trait Event List
Encapsulates a list of trait events.
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Append
(
const FTraitEventList& Source |
||
| IteratorType | begin () |
||
| ConstIteratorType | begin () |
||
| IteratorType | end () |
||
| ConstIteratorType | end () |
||
| bool | IsEmpty () |
||
| int32 | Num () |
||
| void | Push
(
FAnimNextTraitEventPtr Event |
||
| void | Reset () |
||
| void | SetNum
(
int32 NewNum, |
Operators
| Type | Name | Description | |
|---|---|---|---|
| FAnimNextTraitEventPtr & | operator[]
(
int32 EventIndex |
||
| const FAnimNextTraitEventPtr & | operator[]
(
int32 EventIndex |
Typedefs
| Name | Description |
|---|---|
| ConstIteratorType | |
| IteratorType |