Choose your operating system:
Windows
macOS
Linux
| UObjectBase
|
Module |
|
Header |
/Engine/Plugins/Experimental/CommonUILayout/Source/CommonUILayout/Public/CommonUILayoutConstraints.h |
Include |
#include "CommonUILayoutConstraints.h" |
UCLASS(MinimalAPI, Meta=(DisplayName="Comparison"))
class UCommonUILayoutConstraintComparison : public UCommonUILayoutConstraintBase
Name | Description | ||
---|---|---|---|
|
Comparison |
Comparison of this equation. |
|
|
float |
Offset |
Offset for the source widget side. |
|
Side |
Which side of the source widget is used in this equation. |
|
|
Strength |
Strength of this constraint. |
|
|
float |
TargetOffset |
Offset for the target widget side. |
|
TargetSide |
Which side of target widget is used in this equation. |
|
|
TargetUniqueID |
Optional unique ID of the widget to attach to. |
|
|
TSoftClassPtr< ... |
TargetWidget |
Target widget of this constraint. |
Name | Description | ||
---|---|---|---|
|
AddConstraints_Internal ( |