most of therac ui done
This commit is contained in:
@ -5,6 +5,7 @@
|
||||
#include "Components/EditableTextBox.h"
|
||||
#include "CoreMinimal.h"
|
||||
#include <Components/TextBlock.h>
|
||||
#include <ModeInputTextBox.h>
|
||||
#include "MagicFloatInput.generated.h"
|
||||
|
||||
/**
|
||||
@ -15,14 +16,18 @@ class MYPROJECT_API UMagicFloatInput : public UEditableTextBox {
|
||||
|
||||
GENERATED_BODY()
|
||||
|
||||
void HandleOnTextCommitted(
|
||||
FText const & Text,
|
||||
ETextCommit::Type CommitMethod
|
||||
) override;
|
||||
void HandleOnTextCommitted(FText const & Text, ETextCommit::Type CommitMethod)
|
||||
override;
|
||||
|
||||
UPROPERTY(EditAnywhere)
|
||||
UTextBlock * sourceInput;
|
||||
|
||||
UPROPERTY(EditAnywhere)
|
||||
UTextBlock * myVerifier;
|
||||
|
||||
UPROPERTY(EditAnywhere)
|
||||
UMagicFloatInput * next;
|
||||
|
||||
UPROPERTY(EditAnywhere)
|
||||
UModeInputTextBox * cmdInput;
|
||||
};
|
||||
|
Reference in New Issue
Block a user