Navigation
API > API/Runtime > API/Runtime/MovieScene
Stats pertaining to a given type of property including how many properties exist in the linker, and how many of those are partially animated
| Name | FPropertyStats |
| Type | struct |
| Header File | /Engine/Source/Runtime/MovieScene/Public/EntitySystem/MovieScenePropertyRegistry.h |
| Include Path | #include "EntitySystem/MovieScenePropertyRegistry.h" |
Syntax
struct FPropertyStats
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| NumPartialProperties | int32 | The number of properties partially animated | EntitySystem/MovieScenePropertyRegistry.h | |
| NumProperties | int32 | The total number of properties currently animated, including partial properties | EntitySystem/MovieScenePropertyRegistry.h |