BeginPlay multicast fails!

@Acrossfy i see. thanks for the explanation :]

regards sizeof(int), that’s how C++ compilers implement it. there are historical reasons behind it mainly as far as i remember, but sizeof(bool) == sizeof(int). nativized BP are translated to C++ bools i guess. i can’t say i know about the VM bools though