FActiveTextEditContextMenu

Manages the state for an active context menu

Windows
MacOS
Linux

References

Module

Slate

Header

/Engine/Source/Runtime/Slate/Public/Widgets/Text/ISlateEditableTextWidget.h

Include

#include "Widgets/Text/ISlateEditableTextWidget.h"

Syntax

class FActiveTextEditContextMenu

Remarks

Manages the state for an active context menu

Constructors

Name Description

Public function

FActiveTextEditContextMenu()

Functions

Name Description

Public function

void

 

Dismiss()

Called to dismiss the active context menu

Public function Const

bool

 

IsValid()

Check to see whether this context is valid (either pending or active)

Public function

void

 

PrepareToSummon()

Called before you summon your context menu

Public function

void

 

Reset()

Called to reset the active context menu state

Public function

void

 

SummonFailed()

Called if your context menu summon fails

Public function

void

 

SummonSucceeded

(
    const TSharedRef< IMenu >& InMenu
)

Called when you've successfully summoned your context menu

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss