@Arty-McLabin The result of sizeof(bool) is implementation defined. Most of modern compilers returns 1 byte. You can check it here with desired compiler - Compiler Explorer
Blueprints work via C++ under the hood regardless of nativization.
@Arty-McLabin The result of sizeof(bool) is implementation defined. Most of modern compilers returns 1 byte. You can check it here with desired compiler - Compiler Explorer
Blueprints work via C++ under the hood regardless of nativization.