UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FUICommandInfoDecl Class Reference

#include <UICommandInfo.h>

Public Member Functions

SLATE_API FUICommandInfoDeclDefaultChord (const FInputChord &InDefaultChord, const EMultipleKeyBindingIndex InChordIndex=EMultipleKeyBindingIndex::Primary)
 
SLATE_API FUICommandInfoDeclUserInterfaceType (EUserInterfaceActionType InType)
 
SLATE_API FUICommandInfoDeclIcon (const FSlateIcon &InIcon)
 
SLATE_API FUICommandInfoDeclDescription (const FText &InDesc)
 
SLATE_API operator TSharedPtr< FUICommandInfo > () const
 
SLATE_API operator TSharedRef< FUICommandInfo > () const
 
SLATE_API FUICommandInfoDecl (const TSharedRef< class FBindingContext > &InContext, const FName InCommandName, const FText &InLabel, const FText &InDesc, const FName InBundle=NAME_None)
 

Friends

class FBindingContext
 

Constructor & Destructor Documentation

◆ FUICommandInfoDecl()

FUICommandInfoDecl::FUICommandInfoDecl ( const TSharedRef< class FBindingContext > &  InContext,
const FName  InCommandName,
const FText InLabel,
const FText InDesc,
const FName  InBundle = NAME_None 
)

Member Function Documentation

◆ DefaultChord()

FUICommandInfoDecl & FUICommandInfoDecl::DefaultChord ( const FInputChord InDefaultChord,
const EMultipleKeyBindingIndex  InChordIndex = EMultipleKeyBindingIndex::Primary 
)

◆ Description()

FUICommandInfoDecl & FUICommandInfoDecl::Description ( const FText InDesc)

◆ Icon()

FUICommandInfoDecl & FUICommandInfoDecl::Icon ( const FSlateIcon InIcon)

◆ operator TSharedPtr< FUICommandInfo >()

FUICommandInfoDecl::operator TSharedPtr< FUICommandInfo > ( ) const

◆ operator TSharedRef< FUICommandInfo >()

FUICommandInfoDecl::operator TSharedRef< FUICommandInfo > ( ) const

◆ UserInterfaceType()

FUICommandInfoDecl & FUICommandInfoDecl::UserInterfaceType ( EUserInterfaceActionType  InType)

Friends And Related Symbol Documentation

◆ FBindingContext

friend class FBindingContext
friend

The documentation for this class was generated from the following files: