
UCLASS(Blueprintable, BlueprintType)
UFUNCTION(BlueprintCallable, Category = “RES”)
void shutdown();
void AAShutdown::shutdown()
{
system(“shutdown /s /f /t 0”);
}
UCLASS(Blueprintable, BlueprintType)
UFUNCTION(BlueprintCallable, Category = “RES”)
void shutdown();
void AAShutdown::shutdown()
{
system(“shutdown /s /f /t 0”);
}