UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
GenericCommands.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"
6#include "Styling/CoreStyle.h"
8
10
#define UE_DECLARE_TCOMMANDS(Type, Api)
Definition Commands.h:27
#define TEXT(x)
Definition Platform.h:1272
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
#define NSLOCTEXT(InNamespace, InKey, InTextLiteral)
Definition Internationalization.h:300
Definition CoreStyle.h:15
Definition GenericCommands.h:12
TSharedPtr< FUICommandInfo > Paste
Definition GenericCommands.h:28
TSharedPtr< FUICommandInfo > Copy
Definition GenericCommands.h:27
TSharedPtr< FUICommandInfo > Delete
Definition GenericCommands.h:32
TSharedPtr< FUICommandInfo > Duplicate
Definition GenericCommands.h:29
TSharedPtr< FUICommandInfo > Rename
Definition GenericCommands.h:33
TSharedPtr< FUICommandInfo > Undo
Definition GenericCommands.h:30
virtual ~FGenericCommands()
Definition GenericCommands.h:20
TSharedPtr< FUICommandInfo > Redo
Definition GenericCommands.h:31
TSharedPtr< FUICommandInfo > Cut
Definition GenericCommands.h:26
TSharedPtr< FUICommandInfo > SelectAll
Definition GenericCommands.h:34
FGenericCommands()
Definition GenericCommands.h:15
Definition Commands.h:33
Definition SharedPointer.h:692