Navigation
API > API/Plugins > API/Plugins/LiveLinkCurveDebugUI
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- ULiveLinkDebuggerSettings
References
| Module | LiveLinkCurveDebugUI |
| Header | /Engine/Plugins/Animation/LiveLinkCurveDebugUI/Source/LiveLinkCurveDebugUI/Public/LiveLinkDebuggerSettings.h |
| Include | #include "LiveLinkDebuggerSettings.h" |
Syntax
UCLASS&40;Config&61;Engine, defaultconfig&41;
class ULiveLinkDebuggerSettings : public UObject
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | DPIScaleMultiplier | This multiplier is used on the Viewport Widget version (IE: In Game) as it needs to be slightly more aggresive then the PC version. | |
| FSlateColor | MaxBarColor | Color used when the CurveValueBar is at 1.0. | |
| FSlateColor | MinBarColor | TODO : Make DPI based off a nice curve at some point, for now we just do a rough calculation. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| FSlateColor | GetBarColorForCurveValue
(
float CurveValue |
||
| float | GetDPIScaleBasedOnSize
(
FIntPoint Size |