LEAP Documentation 40220
Documentation for the LEAP project
NVIDIAReflexWidget.h
Go to the documentation of this file.
1// Copyright Blue Isle Studios Inc 2022. All Rights Reserved.
2
3#pragma once
4
5#include "CoreMinimal.h"
7#include "NVIDIAReflexWidget.generated.h"
8
12UCLASS()
13class PROJECTX_API UNVIDIAReflexWidget : public UHUDBasicUserWidget
14{
15 GENERATED_BODY()
16
17 virtual bool ToggleHUDWidget(bool bToggle) override;
18};
Definition: HUDBasicUserWidget.h:14
Definition: NVIDIAReflexWidget.h:14