Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Virtualization > API/Runtime/Core/Virtualization/IVirtualizationSystem
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Virtualization/VirtualizationSystem.h |
| Include | #include "Virtualization/VirtualizationSystem.h" |
bool AllowSubmitIfVirtualizationFailed() const
Remarks
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. 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.