this was probably a bad idea because they need to be actors for events to work

This commit is contained in:
wonkyhonky2024
2025-05-09 23:18:45 +01:00
parent 8e1b4928a9
commit 916d188d5b
4 changed files with 38 additions and 6 deletions

View File

@ -1,5 +1,12 @@
// Fill out your copyright notice in the Description page of Project Settings.
#include "VerifierTextBlock.h"
void UVerifierTextBlock::NativeOnInitialized() {
if (destInput != nullptr) {
destInput->OnMagicFloatsMangled.BindUObject(
this,
&UVerifierTextBlock::verifyFloats
);
}
}