Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/FShowFlagData
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FShowFlagData
(
const FString& InName, |
FShowFlagData constructor with no chord associated | EditorShowFlags.h | |
FShowFlagData
(
const FString& InName, |
FShowFlagData constructor with no chord associated | EditorShowFlags.h |
FShowFlagData(const FString &, const FText &, const uint32, EShowFlagGroup)
Description
FShowFlagData constructor with no chord associated
| Name | FShowFlagData |
| Type | function |
| Header File | /Engine/Source/Editor/UnrealEd/Public/EditorShowFlags.h |
| Include Path | #include "EditorShowFlags.h" |
| Source | /Engine/Source/Editor/UnrealEd/Private/EditorShowFlags.cpp |
FShowFlagData
(
const FString & InName,
const FText & InDisplayName,
const uint32 InEngineShowFlagIndex,
EShowFlagGroup InGroup
)
Parameters
| Name | Remarks |
|---|---|
| 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) |
FShowFlagData(const FString &, const FText &, const uint32, EShowFlagGroup, const FInputChord &)
Description
FShowFlagData constructor with no chord associated
| Name | FShowFlagData |
| Type | function |
| Header File | /Engine/Source/Editor/UnrealEd/Public/EditorShowFlags.h |
| Include Path | #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
)
Parameters
| Name | Remarks |
|---|---|
| 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 |