Navigation
API > API/Editor > API/Editor/Persona
| Name | ENotifyTimingElementType::Type |
| Type | enum |
| Header File | /Engine/Source/Editor/Persona/Public/SAnimTimingPanelShared.h |
| Include Path | #include "SAnimTimingPanelShared.h" |
Syntax
namespace ENotifyTimingElementType
{
enum Type
{
QueuedNotify,
BranchPointNotify,
NotifyStateBegin,
NotifyStateEnd,
Section,
Max,
}
}
Values
| Name | Remarks |
|---|---|
| QueuedNotify | |
| BranchPointNotify | |
| NotifyStateBegin | |
| NotifyStateEnd | |
| Section | |
| Max |