FBoolProperty::FBoolProperty

Constructor.

Windows
MacOS
Linux

References

Module

CoreUObject

Header

/Engine/Source/Runtime/CoreUObject/Public/UObject/UnrealTypePrivate.h

Include

#include "UObject/UnrealTypePrivate.h"

Source

/Engine/Source/Runtime/CoreUObject/Private/UObject/PropertyPrivate.cpp

Syntax

FBoolProperty
(
    ECppProperty,
    int32 InOffset,
    EPropertyFlags InFlags,
    uint32 InBitMask,
    uint32 InElementSize,
    bool bIsNativeBool
)

Remarks

Constructor.

Parameters

Parameter

Description

ECppProperty

Unused.

InOffset

Offset of the property.

InCategory

Category of the property.

InFlags

Property flags.

InBitMask

Bitmask of the bitfield this property represents.

InElementSize

Sizeof of the boolean type this property represents.

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