Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/TEvaluationTreeEntryContainer
| |
|
| Name |
FEntry |
| Type |
struct |
| Header File |
/Engine/Source/Runtime/MovieScene/Public/Evaluation/MovieSceneEvaluationTree.h |
| Include Path |
#include "Evaluation/MovieSceneEvaluationTree.h" |
Syntax
struct FEntry
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| Capacity |
int32 |
The total capacity of allowed items before reallocating |
Evaluation/MovieSceneEvaluationTree.h |
|
| Size |
int32 |
The number of currently valid items |
Evaluation/MovieSceneEvaluationTree.h |
|
| StartIndex |
int32 |
The index into Items of the first item |
Evaluation/MovieSceneEvaluationTree.h |
|