2025-05-09 22:20:16 +01:00
|
|
|
// Fill out your copyright notice in the Description page of Project Settings.
|
|
|
|
|
|
|
|
#include "VerifierTextBlock.h"
|
|
|
|
|
2025-05-09 23:18:45 +01:00
|
|
|
void UVerifierTextBlock::NativeOnInitialized() {
|
|
|
|
if (destInput != nullptr) {
|
|
|
|
destInput->OnMagicFloatsMangled.BindUObject(
|
|
|
|
this,
|
|
|
|
&UVerifierTextBlock::verifyFloats
|
|
|
|
);
|
|
|
|
}
|
|
|
|
}
|