Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/IVirtualizationSystem
| |
|
| Name |
ENotification |
| Type |
enum |
| Header File |
/Engine/Source/Runtime/Core/Public/Virtualization/VirtualizationSystem.h |
| Include Path |
#include "Virtualization/VirtualizationSystem.h" |
Syntax
enum ENotification
{
PushBegunNotification,
PushEndedNotification,
PushFailedNotification,
PullBegunNotification,
PullEndedNotification,
PullFailedNotification,
}
Values
| Name |
Remarks |
| PushBegunNotification |
|
| PushEndedNotification |
|
| PushFailedNotification |
|
| PullBegunNotification |
|
| PullEndedNotification |
|
| PullFailedNotification |
|