Navigation
API > API/Plugins > API/Plugins/PropertyAnimatorCore
| |
|
| Name |
EPropertyAnimatorPropertySupport |
| Type |
enum |
| Header File |
/Engine/Plugins/VirtualProduction/PropertyAnimatorCore/Source/PropertyAnimatorCore/Public/Animators/PropertyAnimatorCoreBase.h |
| Include Path |
#include "Animators/PropertyAnimatorCoreBase.h" |
Syntax
enum EPropertyAnimatorPropertySupport
{
None = 0,
Incomplete = 1 << 0,
Complete = 1 << 1,
All = Incomplete | Complete,
}
Values
| Name |
Remarks |
| None |
|
| Incomplete |
|
| Complete |
|
| All |
|