UBoolProperty

Inheritance Hierarchy

References

Module

CoreUObject

Header

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

Include

#include "UObject/UnrealTypePrivate.h"

Syntax

class UBoolProperty : public UProperty

Variables

Name Description

Public variable

uint8

 

ByteMask

Mask of the byte with the property value.

Public variable

uint8

 

ByteOffset

Offset from the memeber variable to the byte of the property (0-7).

Public variable

uint8

 

FieldMask

Mask of the field with the property value. Either equal to ByteMask or 255 in case of 'bool' type.

Public variable

uint8

 

FieldSize

Variables.

Constructors

Name Description

Public function

UBoolProperty

(
    FVTableHelper& Helper
)

DO NOT USE. This constructor is for internal usage only for hot-reload purposes.

Public function

UBoolProperty

(
    const FObjectInitializer& ObjectIn...
)

Public function

UBoolProperty

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

Constructor.

Public function

UBoolProperty

(
    const FObjectInitializer& ObjectIn...,
    ECppProperty,
    int32 InOffset,
    EPropertyFlags InFlags,
    uint32 InBitMask,
    uint32 InElementSize,
    bool bIsNativeBool
)

Constructor.

Functions

Name Description

Public function Static

void

 

__DefaultConstructor

(
    const FObjectInitializer& X
)

Public function Static

UObject *...

 

__VTableCtorCaller

(
    FVTableHelper& Helper
)

Public function Const

bool

 

IsNativeBool()

If the return value is true this UBoolProperty represents C++ bool type.

Public function

void

 

SetBoolSize

(
    const uint32 InSize,
    const bool bIsNativeBool,
    const uint32 InBitMask
)

Sets the bitfield/bool type and size.

Public function Static

UClass *

 

StaticClass()

Returns a UClass object representing this class at runtime

Public function Static

EClassCastFl...

 

StaticClassCastFlags()

Returns the static cast flags for this class

Public function Static

const TCHAR ...

 

StaticPackage()

Returns the package this class belongs in

Public function Static

void

 

StaticRegisterNativesUBoolProperty()

Overridden from UObject

Name Description

Public function Virtual

void

 

Serialize

(
    FArchive& Ar
)

Handles reading, writing, and reference collecting using FArchive.

Operators

Name Description

Public function

void

 

operator delete

(
    void* InMem
)

Eliminate V1062 warning from PVS-Studio while keeping MSVC and Clang happy.

Public function

void *

 

operator new

(
    const size_t InSize,
    EInternal* InMem
)

For internal use only; use StaticConstructObject() to create new objects.

Public function

void *

 

operator new

(
    const size_t InSize,
    EInternal InInternalOnly,
    UObject* InOuter,
    FName InName,
    EObjectFlags InSetFlags
)

For internal use only; use StaticConstructObject() to create new objects.

Typedefs

Name

Description

Super

Typedef for the base class (UProperty)

ThisClass

Typedef for UBoolProperty.

Constants

Name

Description

StaticClassFlags

Bitwise union of EClassFlags pertaining to this class.

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