Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Virtualization
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Virtualization/VirtualizationSystem.h |
| Include | #include "Virtualization/VirtualizationSystem.h" |
Syntax
struct FPushResult
Remarks
The result of a push operation on a single payload
Constructors
| Type | Name | Description | |
|---|---|---|---|
FPushResult () |
Destructors
| Type | Name | Description | |
|---|---|---|---|
~FPushResult () |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FPushResult | |||
| FPushResult | GetAsError () |
||
| FPushResult | GetAsFiltered
(
EPayloadFilterReason Reason |
||
| FPushResult | GetAsInvalid () |
||
| FPushResult | |||
| FPushResult | |||
| FPushResult | GetAsPushed () |
||
| EPayloadFilterReason | Returns why the payload was rejected by the filtering system (if there was one) | ||
| bool | IsFiltered () |
Returns true if the payload was rejected by the filtering system | |
| bool | Returns true if the payload is stored in the target backend(s) after the operation completed | ||
| bool | WasPushed () |
Returns true if the payload was actually uploaded to the target backend(s) |
Enums
| Type | Name | Description | |
|---|---|---|---|
| EStatus | Records the status of the push, negative values indicate an error, positive values indicate that the payload is stored in the target backend(s) and a zero value means that the operation has not yet run |