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