UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
Button.h File Reference
#include "CoreMinimal.h"
#include "UObject/ObjectMacros.h"
#include "Input/Reply.h"
#include "Styling/SlateTypes.h"
#include "Widgets/SWidget.h"
#include "Components/ContentWidget.h"
#include "Framework/SlateDelegates.h"
#include "Button.generated.h"

Go to the source code of this file.

Classes

class  UButton
 

Functions

 DECLARE_DYNAMIC_MULTICAST_DELEGATE (FOnButtonClickedEvent)
 
 DECLARE_DYNAMIC_MULTICAST_DELEGATE (FOnButtonPressedEvent)
 
 DECLARE_DYNAMIC_MULTICAST_DELEGATE (FOnButtonReleasedEvent)
 
 DECLARE_DYNAMIC_MULTICAST_DELEGATE (FOnButtonHoverEvent)
 

Function Documentation

◆ DECLARE_DYNAMIC_MULTICAST_DELEGATE() [1/4]

DECLARE_DYNAMIC_MULTICAST_DELEGATE ( FOnButtonClickedEvent  )

◆ DECLARE_DYNAMIC_MULTICAST_DELEGATE() [2/4]

DECLARE_DYNAMIC_MULTICAST_DELEGATE ( FOnButtonHoverEvent  )

◆ DECLARE_DYNAMIC_MULTICAST_DELEGATE() [3/4]

DECLARE_DYNAMIC_MULTICAST_DELEGATE ( FOnButtonPressedEvent  )

◆ DECLARE_DYNAMIC_MULTICAST_DELEGATE() [4/4]

DECLARE_DYNAMIC_MULTICAST_DELEGATE ( FOnButtonReleasedEvent  )