ModuleColor_Event_Selected
ModuleColor_Event_Selected
#Overview
name: ModuleColor_Event_Selected
The value of this variable can be defined or overridden in .ini config files. 1
.ini config file referencing this setting variable.
It is referenced in 2
C++ source files.
#Summary
#Setting Variables
#References In INI files
Location: <Workspace>/Engine/Config/BaseEditorPerProjectUserSettings.ini:596, section: [/Script/UnrealEd.CascadeOptions]
- INI Section:
/Script/UnrealEd.CascadeOptions
- Raw value:
(R=0,G=0,B=255)
- Is Array:
False
#References in C++ code
#Callsites
This variable is referenced in the following C++ source code:
#Loc: <Workspace>/Engine/Source/Editor/Cascade/Private/CascadeEmitterCanvasClient.cpp:120
Scope (from outer to inner):
file
function FCascadeEmitterCanvasClient::FCascadeEmitterCanvasClient
Source code excerpt:
EditorOptions->ModuleColor_Spawn_Selected,
EditorOptions->ModuleColor_Required_Selected,
EditorOptions->ModuleColor_Event_Selected,
EditorOptions->ModuleColor_Light_Selected,
EditorOptions->ModuleColor_SubUV_Selected
};
for (int32 i = 0; i < EPMT_MAX; ++i)
{
#Loc: <Workspace>/Engine/Source/Editor/UnrealEd/Classes/Preferences/CascadeOptions.h:98
Scope (from outer to inner):
file
class class UCascadeOptions : public UObject
Source code excerpt:
UPROPERTY(EditAnywhere, config, Category=Options)
FColor ModuleColor_Event_Selected;
UPROPERTY(EditAnywhere, config, Category=Options)
uint32 bShowGrid:1;
UPROPERTY(EditAnywhere, config, Category=Options)
FColor GridColor_Hi;