FShowFlagData

Windows
MacOS
Linux

References

Module

UnrealEd

Header

/Engine/Source/Editor/UnrealEd/Public/EditorShowFlags.h

Include

#include "EditorShowFlags.h"

Syntax

class FShowFlagData

Variables

Name Description

Public variable

FText

 

DisplayName

The display name of this show flag

Public variable

uint32

 

EngineShowFlagIndex

The engine show flag index in FEngineShowFlags

Public variable

EShowFlagGroup

 

Group

Which group the flags should show up

Public variable

FInputChord

 

InputChord

Chord for activating the show flag

Public variable

FName

 

ShowFlagName

Name for identifying the show flag

Constructors

Name Description

Public function

FShowFlagData

(
    const FString& InName,
    const FText& InDisplayName,
    const uint32 InEngineShowFlagIndex,
    EShowFlagGroup InGroup
)

FShowFlagData constructor with no chord associated

Public function

FShowFlagData

(
    const FString& InName,
    const FText& InDisplayName,
    const uint32 InEngineShowFlagIndex,
    EShowFlagGroup InGroup,
    const FInputChord& InInputChord
)

FShowFlagData constructor with no chord associated

Functions

Name Description

Public function Const

bool

 

IsEnabled

(
    const FLevelEditorViewportClient&#...
)

Public function Const

void

 

ToggleState

(
    FLevelEditorViewportClient* Vi...
)

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