UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
IInputDebuggingInterface.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2
3#pragma once
4
5#include "CoreMinimal.h"
9
14{
15public:
17 {
18 static FName FeatureName = FName(TEXT("InputDebuggingInterface"));
19 return FeatureName;
20 }
21
26
31};
#define TEXT(x)
Definition Platform.h:1272
Definition NameTypes.h:617
Definition IInputDebuggingInterface.h:14
static bool IsAvailable()
Definition IInputDebuggingInterface.h:22
static FName GetModularFeatureName()
Definition IInputDebuggingInterface.h:16
static IInputDebuggingInterface & Get()
Definition IInputDebuggingInterface.h:27
Definition IModularFeature.h:12
static CORE_API IModularFeatures & Get()
Definition ModularFeatures.cpp:9
bool IsModularFeatureAvailable(const FName Type)
Definition IModularFeatures.h:39
TModularFeature & GetModularFeature(const FName Type)
Definition IModularFeatures.h:54
Definition ModuleInterface.h:14