Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/IVirtualizationSystem
Description
Poll to see if the virtualization process failing when submitting a collection of files to source control should block that submit or allow it to continue.
NOTE: This is a bit of an odd ball option to be included in the VirtualizationSystem API but at the moment we don't really have a better place for it. This might be removed or replaced in future releases.
| Name | AllowSubmitIfVirtualizationFailed |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Virtualization/VirtualizationSystem.h |
| Include Path | #include "Virtualization/VirtualizationSystem.h" |
bool AllowSubmitIfVirtualizationFailed() const
True if the calling code should continue with submitting files if the virtualization process failed. If it returns false then the calling code should prevent the submit.