working float verification
This commit is contained in:
@ -7,8 +7,6 @@
|
||||
#include <Components/TextBlock.h>
|
||||
#include "MagicFloatInput.generated.h"
|
||||
|
||||
DECLARE_DELEGATE(FOnMagicFloatsMangledDelegate);
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
@ -27,9 +25,4 @@ class MYPROJECT_API UMagicFloatInput : public UEditableTextBox {
|
||||
|
||||
UPROPERTY(EditAnywhere)
|
||||
UTextBlock * myVerifier;
|
||||
|
||||
UFUNCTION()
|
||||
void HandleMagicFloatsMangledEvent();
|
||||
|
||||
FOnMagicFloatsMangledDelegate OnMagicFloatsMangled;
|
||||
};
|
||||
|
Reference in New Issue
Block a user