FToolMenuInsert

Windows
MacOS
Linux

References

Module

ToolMenus

Header

/Engine/Source/Developer/ToolMenus/Public/ToolMenuMisc.h

Include

#include "ToolMenuMisc.h"

Syntax

struct FToolMenuInsert

Variables

Name Description

Public variable

FName

 

Name

Where to insert.

Public variable

EToolMenuInsert...

 

Position

How to insert.

Constructors

Name Description

Public function

FToolMenuInsert()

Public function

FToolMenuInsert

(
    FName InName,
    EToolMenuInsertType InPosition
)

Functions

Name Description

Public function Const

bool

 

IsBeforeOrAfter()

Public function Const

bool

 

IsDefault()

Operators

Name Description

Public function Const

bool

 

operator!=

(
    const FToolMenuInsert& Other
)

Public function Const

bool

 

operator==

(
    const FToolMenuInsert& Other
)

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