Navigation
API > API/Runtime > API/Runtime/AdvancedWidgets
| Name | FFieldColorSettings |
| Type | struct |
| Header File | /Engine/Source/Runtime/AdvancedWidgets/Public/Framework/PropertyViewer/FieldIconFinder.h |
| Include Path | #include "Framework/PropertyViewer/FieldIconFinder.h" |
Syntax
struct FFieldColorSettings
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| BooleanTypeColor | FLinearColor | Boolean type color | Framework/PropertyViewer/FieldIconFinder.h | |
| ClassTypeColor | FLinearColor | Class type color | Framework/PropertyViewer/FieldIconFinder.h | |
| DefaultStructTypeColor | FLinearColor | Default Struct pin type color | Framework/PropertyViewer/FieldIconFinder.h | |
| DefaultTypeColor | FLinearColor | The default color is used only for types not specifically defined below. | Framework/PropertyViewer/FieldIconFinder.h | |
| DelegateTypeColor | FLinearColor | Delegate type color | Framework/PropertyViewer/FieldIconFinder.h | |
| EnumTypeColor | FLinearColor | Enum pin type color | Framework/PropertyViewer/FieldIconFinder.h | |
| FloatTypeColor | FLinearColor | Floating-point type color | Framework/PropertyViewer/FieldIconFinder.h | |
| InterfaceTypeColor | FLinearColor | Interface type color | Framework/PropertyViewer/FieldIconFinder.h | |
| IntTypeColor | FLinearColor | Integer pin type color | Framework/PropertyViewer/FieldIconFinder.h | |
| NameTypeColor | FLinearColor | Name type color | Framework/PropertyViewer/FieldIconFinder.h | |
| ObjectTypeColor | FLinearColor | Object type color | Framework/PropertyViewer/FieldIconFinder.h | |
| StringTypeColor | FLinearColor | String type color | Framework/PropertyViewer/FieldIconFinder.h | |
| StructColors | TMap< FString, FLinearColor > | Struct pin type color | Framework/PropertyViewer/FieldIconFinder.h | |
| TextTypeColor | FLinearColor | Text type color | Framework/PropertyViewer/FieldIconFinder.h |