C++クラスが消える

UCLASS(Blueprintable, BlueprintType)

UFUNCTION(BlueprintCallable, Category = “RES”)
void shutdown();

void AAShutdown::shutdown()
{
system(“shutdown /s /f /t 0”);
}