120 lines
6.2 KiB
C
120 lines
6.2 KiB
C
|
|
// Copyright Epic Games, Inc. All Rights Reserved.
|
||
|
|
/*===========================================================================
|
||
|
|
Generated code exported from UnrealHeaderTool.
|
||
|
|
DO NOT modify this manually! Edit the corresponding .h files instead!
|
||
|
|
===========================================================================*/
|
||
|
|
|
||
|
|
// IWYU pragma: private, include "Components/MultiLineEditableText.h"
|
||
|
|
|
||
|
|
#ifdef UMG_MultiLineEditableText_generated_h
|
||
|
|
#error "MultiLineEditableText.generated.h already included, missing '#pragma once' in MultiLineEditableText.h"
|
||
|
|
#endif
|
||
|
|
#define UMG_MultiLineEditableText_generated_h
|
||
|
|
|
||
|
|
#include "UObject/ObjectMacros.h"
|
||
|
|
#include "UObject/ScriptMacros.h"
|
||
|
|
|
||
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
||
|
|
class UMaterialInterface;
|
||
|
|
struct FSlateFontInfo;
|
||
|
|
struct FTextBlockStyle;
|
||
|
|
|
||
|
|
// ********** Begin Delegate FOnMultiLineEditableTextChangedEvent **********************************
|
||
|
|
#define FID_Engine_Source_Runtime_UMG_Public_Components_MultiLineEditableText_h_27_DELEGATE \
|
||
|
|
static UMG_API void FOnMultiLineEditableTextChangedEvent_DelegateWrapper(const FMulticastScriptDelegate& OnMultiLineEditableTextChangedEvent, FText const& Text);
|
||
|
|
|
||
|
|
|
||
|
|
// ********** End Delegate FOnMultiLineEditableTextChangedEvent ************************************
|
||
|
|
|
||
|
|
// ********** Begin Delegate FOnMultiLineEditableTextCommittedEvent ********************************
|
||
|
|
#define FID_Engine_Source_Runtime_UMG_Public_Components_MultiLineEditableText_h_28_DELEGATE \
|
||
|
|
static UMG_API void FOnMultiLineEditableTextCommittedEvent_DelegateWrapper(const FMulticastScriptDelegate& OnMultiLineEditableTextCommittedEvent, FText const& Text, ETextCommit::Type CommitMethod);
|
||
|
|
|
||
|
|
|
||
|
|
// ********** End Delegate FOnMultiLineEditableTextCommittedEvent **********************************
|
||
|
|
|
||
|
|
// ********** Begin Class UMultiLineEditableText ***************************************************
|
||
|
|
#define FID_Engine_Source_Runtime_UMG_Public_Components_MultiLineEditableText_h_23_RPC_WRAPPERS \
|
||
|
|
DECLARE_FUNCTION(execSetFontOutlineMaterial); \
|
||
|
|
DECLARE_FUNCTION(execSetFontMaterial); \
|
||
|
|
DECLARE_FUNCTION(execSetFont); \
|
||
|
|
DECLARE_FUNCTION(execGetFont); \
|
||
|
|
DECLARE_FUNCTION(execSetWidgetStyle); \
|
||
|
|
DECLARE_FUNCTION(execSetIsReadOnly); \
|
||
|
|
DECLARE_FUNCTION(execSetHintText); \
|
||
|
|
DECLARE_FUNCTION(execGetHintText); \
|
||
|
|
DECLARE_FUNCTION(execSetText); \
|
||
|
|
DECLARE_FUNCTION(execGetText);
|
||
|
|
|
||
|
|
|
||
|
|
#define FID_Engine_Source_Runtime_UMG_Public_Components_MultiLineEditableText_h_23_ACCESSORS \
|
||
|
|
static void GetText_WrapperImpl(const void* Object, void* OutValue); \
|
||
|
|
static void SetText_WrapperImpl(void* Object, const void* InValue); \
|
||
|
|
static void GetHintText_WrapperImpl(const void* Object, void* OutValue); \
|
||
|
|
static void SetHintText_WrapperImpl(void* Object, const void* InValue); \
|
||
|
|
static void GetbIsReadOnly_WrapperImpl(const void* Object, void* OutValue); \
|
||
|
|
static void SetbIsReadOnly_WrapperImpl(void* Object, const void* InValue); \
|
||
|
|
static void GetSelectAllTextWhenFocused_WrapperImpl(const void* Object, void* OutValue); \
|
||
|
|
static void SetSelectAllTextWhenFocused_WrapperImpl(void* Object, const void* InValue); \
|
||
|
|
static void GetRevertTextOnEscape_WrapperImpl(const void* Object, void* OutValue); \
|
||
|
|
static void SetRevertTextOnEscape_WrapperImpl(void* Object, const void* InValue); \
|
||
|
|
static void GetClearKeyboardFocusOnCommit_WrapperImpl(const void* Object, void* OutValue); \
|
||
|
|
static void SetClearKeyboardFocusOnCommit_WrapperImpl(void* Object, const void* InValue);
|
||
|
|
|
||
|
|
|
||
|
|
struct Z_Construct_UClass_UMultiLineEditableText_Statics;
|
||
|
|
UMG_API UClass* Z_Construct_UClass_UMultiLineEditableText_NoRegister();
|
||
|
|
|
||
|
|
#define FID_Engine_Source_Runtime_UMG_Public_Components_MultiLineEditableText_h_23_INCLASS \
|
||
|
|
private: \
|
||
|
|
static void StaticRegisterNativesUMultiLineEditableText(); \
|
||
|
|
friend struct ::Z_Construct_UClass_UMultiLineEditableText_Statics; \
|
||
|
|
static UClass* GetPrivateStaticClass(); \
|
||
|
|
friend UMG_API UClass* ::Z_Construct_UClass_UMultiLineEditableText_NoRegister(); \
|
||
|
|
public: \
|
||
|
|
DECLARE_CLASS2(UMultiLineEditableText, UTextLayoutWidget, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/UMG"), Z_Construct_UClass_UMultiLineEditableText_NoRegister) \
|
||
|
|
DECLARE_SERIALIZER(UMultiLineEditableText)
|
||
|
|
|
||
|
|
|
||
|
|
#define FID_Engine_Source_Runtime_UMG_Public_Components_MultiLineEditableText_h_23_STANDARD_CONSTRUCTORS \
|
||
|
|
/** Standard constructor, called after all reflected properties have been initialized */ \
|
||
|
|
UMG_API UMultiLineEditableText(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
|
||
|
|
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UMultiLineEditableText) \
|
||
|
|
DECLARE_VTABLE_PTR_HELPER_CTOR(UMG_API, UMultiLineEditableText); \
|
||
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UMultiLineEditableText); \
|
||
|
|
/** Deleted move- and copy-constructors, should never be used */ \
|
||
|
|
UMultiLineEditableText(UMultiLineEditableText&&) = delete; \
|
||
|
|
UMultiLineEditableText(const UMultiLineEditableText&) = delete; \
|
||
|
|
UMG_API virtual ~UMultiLineEditableText();
|
||
|
|
|
||
|
|
|
||
|
|
#define FID_Engine_Source_Runtime_UMG_Public_Components_MultiLineEditableText_h_23_FIELDNOTIFY \
|
||
|
|
UE_FIELD_NOTIFICATION_DECLARE_CLASS_DESCRIPTOR_BEGIN(UMG_API ) \
|
||
|
|
UE_FIELD_NOTIFICATION_DECLARE_FIELD(Text,UMG_API ) \
|
||
|
|
UE_FIELD_NOTIFICATION_DECLARE_ENUM_FIELD_BEGIN(Text) \
|
||
|
|
UE_FIELD_NOTIFICATION_DECLARE_ENUM_FIELD_END() \
|
||
|
|
UE_FIELD_NOTIFICATION_DECLARE_CLASS_DESCRIPTOR_END();
|
||
|
|
|
||
|
|
|
||
|
|
#define FID_Engine_Source_Runtime_UMG_Public_Components_MultiLineEditableText_h_20_PROLOG
|
||
|
|
#define FID_Engine_Source_Runtime_UMG_Public_Components_MultiLineEditableText_h_23_GENERATED_BODY_LEGACY \
|
||
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
||
|
|
public: \
|
||
|
|
FID_Engine_Source_Runtime_UMG_Public_Components_MultiLineEditableText_h_23_RPC_WRAPPERS \
|
||
|
|
FID_Engine_Source_Runtime_UMG_Public_Components_MultiLineEditableText_h_23_ACCESSORS \
|
||
|
|
FID_Engine_Source_Runtime_UMG_Public_Components_MultiLineEditableText_h_23_INCLASS \
|
||
|
|
FID_Engine_Source_Runtime_UMG_Public_Components_MultiLineEditableText_h_23_STANDARD_CONSTRUCTORS \
|
||
|
|
FID_Engine_Source_Runtime_UMG_Public_Components_MultiLineEditableText_h_23_FIELDNOTIFY \
|
||
|
|
public: \
|
||
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
||
|
|
|
||
|
|
|
||
|
|
class UMultiLineEditableText;
|
||
|
|
|
||
|
|
// ********** End Class UMultiLineEditableText *****************************************************
|
||
|
|
|
||
|
|
#undef CURRENT_FILE_ID
|
||
|
|
#define CURRENT_FILE_ID FID_Engine_Source_Runtime_UMG_Public_Components_MultiLineEditableText_h
|
||
|
|
|
||
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|