Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/FShowFlagData > API/Editor/UnrealEd/FShowFlagData/__ctor
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/EditorShowFlags.h |
| Include | #include "EditorShowFlags.h" |
| Source | /Engine/Source/Editor/UnrealEd/Private/EditorShowFlags.cpp |
FShowFlagData
(
const FString & InName,
const FText & InDisplayName,
const uint32 InEngineShowFlagIndex,
EShowFlagGroup InGroup,
const FInputChord & InInputChord
)
Remarks
FShowFlagData constructor with no chord associated
Parameters
| Name | 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) |
| InInputChord | InputChord to be used for the flag |