FShowFlagData::FShowFlagData

[FShowFlagData](API\Editor\UnrealEd\FShowFlagData) constructor with no chord associated

Windows
MacOS
Linux

References

Module

UnrealEd

Header

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

Include

#include "EditorShowFlags.h"

Source

/Engine/Source/Editor/UnrealEd/Private/EditorShowFlags.cpp

Syntax

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

Remarks

FShowFlagData constructor with no chord associated

Parameters

Parameter

Description

InName

The non-localized flag name string

InDisplayName

The localized display name for the flag

InEngineShowFlagIndex

Index on this flag in the array of flags in FEngineShowFlags

InGroup

The group that the flag belongs to (default: SFG_Normal)

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