Files
UnrealEngine/Engine/Source/Runtime/HeadMountedDisplay/Public/IXRInput.h
2025-05-18 13:04:45 +08:00

10 lines
274 B
C

// Copyright Epic Games, Inc. All Rights Reserved.
#pragma once
#include "Misc/CoreMiscDefines.h"
// IXRInput has been deprecated and will be removed in a future release.
UE_DEPRECATED_HEADER(5.6, "Use LegacyIXRInput.h instead of IXRInput.h")
#include "LegacyIXRInput.h"