FBoolProperty::SetBoolSize

Sets the bitfield/bool type and size.

Windows
MacOS
Linux

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

Syntax

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

Parameter

Description

InSize

size of the bitfield/bool type.

bIsNativeBool

true if this property represents C++ bool type.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss