fucking 3d widget dog shit I should have just used normal ui
This commit is contained in:
18
Source/MyProject/Public/ModeInputTextBox.h
Normal file
18
Source/MyProject/Public/ModeInputTextBox.h
Normal file
@ -0,0 +1,18 @@
|
||||
// Fill out your copyright notice in the Description page of Project Settings.
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "CoreMinimal.h"
|
||||
#include "Components/EditableTextBox.h"
|
||||
#include "ModeInputTextBox.generated.h"
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
UCLASS()
|
||||
class MYPROJECT_API UModeInputTextBox : public UEditableTextBox
|
||||
{
|
||||
GENERATED_BODY()
|
||||
|
||||
void HandleOnTextChanged(const FText& inText) override;
|
||||
};
|
Reference in New Issue
Block a user