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