Go to the source code of this file.
◆ UE_REGISTER_VIRTUALIZATION_SYSTEM
Value:
{ \
public: \
private: \
}; \
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
Definition NameTypes.h:617
virtual void RegisterModularFeature(const FName Type, class IModularFeature *ModularFeature)=0
static CORE_API IModularFeatures & Get()
Definition ModularFeatures.cpp:9
virtual void UnregisterModularFeature(const FName Type, class IModularFeature *ModularFeature)=0
Definition UniquePtr.h:107
Registers a class derived from IVirtualizationSystem so that it can be set as the virtualization system for the process to use.
- Parameters
-
| SystemClass | The class derived from IVirtualizationSystem |
| SystemName | The name of the system that will be used to potentially select the system for use |