Operating System Simulator Plugin
3.5.1
Unreal Engine plugin that simulates an Operating System Environment
|
Delegate representing the event when a program is uninstalled in the operating system. More...
#include "OperatingSystem.h"
Delegate representing the event when a program is uninstalled in the operating system.
This delegate can be used to handle the event when a program is uninstalled in the operating system. It can be assigned to a Blueprint variable and bound to a Blueprint function to have custom logic executed when the event occurs.
Usage example: