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="Widget"))
class UCommonUILayoutConstraintWidget : public UCommonUILayoutConstraintBase
Name | Description | ||
---|---|---|---|
|
Anchor |
By which anchor should the source widget be attached to the target widget. |
|
|
Strength |
Strength of this constraint. |
|
|
TargetAnchor |
To which anchor should the source widget be attached on the target widget. |
|
|
TargetUniqueID |
Optional unique ID of the widget to attach to. |
|
|
TSoftClassPtr< ... |
TargetWidget |
Widget to attach to. |
Name | Description | ||
---|---|---|---|
|
AddConstraints_Internal ( |