Navigation
API > API/Editor > API/Editor/UnrealEd
Inheritance Hierarchy
- FSlateControlledConstruction
- TSharedFromThis
- SWidget
- SCompoundWidget
- STextHighlightOverlay
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/PropertyInfoViewStyle.h |
| Include | #include "PropertyInfoViewStyle.h" |
Syntax
class STextHighlightOverlay : public SCompoundWidget
Remarks
Allows you to highlight any arbitrary text based widget. See FTraceStackChildItem::GenerateValueWidget (SKismetDebuggingView.cpp) for an example.
note: the text in Content must be scaled, positioned, etc exactly the same as a standard STextBlock would be in order for the highlight to match up properly
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Construct
(
const FArguments& InArgs |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FArguments |