Native struct
FGBAAttributeWindowArgs#
struct
FGBAAttributeWindowArgs
Methods#
-
publicFGBAAttributeWindowArgs() = default
Fields#
-
publicbool bIsModal = false
-
bool bSupportsMaximize = true
-
bool bSupportsMinimize = true
-
FVector2d Size = FVector2D(1280, 720)
-
ESizingRule SizingRule = ESizingRule::UserSized
-
FText Title = NSLOCTEXT("IGBAScaffoldModule", "DefaultWindowTitle", "Create new C++ AttributeSet")