Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UBoolProperty
Description
Sets the bitfield/bool type and size. This function must be called before UBoolProperty can be used.
| Name | SetBoolSize |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/UnrealTypePrivate.h |
| Include Path | #include "UObject/UnrealTypePrivate.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/UObject/PropertyPrivate.cpp |
void SetBoolSize
(
const uint32 InSize,
const bool bIsNativeBool,
const uint32 InBitMask
)
Parameters
| Name | Remarks |
|---|---|
| InSize | size of the bitfield/bool type. |
| bIsNativeBool | true if this property represents C++ bool type. |