IVirtualizationBackend::IsOperationSupported

Returns true if the given operation is supported, this is set when the backend is created and should not change over it's life time.

Unreal Engine C++ API Reference > Developer > Virtualization > IVirtualizationBackend

References

   
Module Virtualization
Header /Engine/Source/Developer/Virtualization/Public/IVirtualizationBackend.h
Include #include "IVirtualizationBackend.h"
bool IsOperationSupported
(
    [EOperations](API\Developer\Virtualization\IVirtualizationBackend\EOperations) Operation
) const

Remarks

Returns true if the given operation is supported, this is set when the backend is created and should not change over it's life time.


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library