Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UBoolProperty
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UBoolProperty
(
const FObjectInitializer& ObjectInitializer |
UObject/UnrealTypePrivate.h | ||
UBoolProperty
(
ECppProperty, |
Constructor. | UObject/UnrealTypePrivate.h | |
UBoolProperty
(
const FObjectInitializer& ObjectInitializer, |
Constructor. | UObject/UnrealTypePrivate.h |
UBoolProperty(const FObjectInitializer &)
| Name | UBoolProperty |
| 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 |
UBoolProperty
(
const FObjectInitializer & ObjectInitializer
)
UBoolProperty(ECppProperty, int32, EPropertyFlags, uint32, uint32, bool)
Description
Constructor.
| Name | UBoolProperty |
| 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 |
UBoolProperty
(
ECppProperty ,
int32 InOffset,
EPropertyFlags InFlags,
uint32 InBitMask,
uint32 InElementSize,
bool bIsNativeBool
)
Parameters
| Name | Remarks |
|---|---|
| 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. |
UBoolProperty(const FObjectInitializer &, ECppProperty, int32, EPropertyFlags, uint32, uint32, bool)
Description
Constructor.
| Name | UBoolProperty |
| 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 |
UBoolProperty
(
const FObjectInitializer & ObjectInitializer,
ECppProperty ,
int32 InOffset,
EPropertyFlags InFlags,
uint32 InBitMask,
uint32 InElementSize,
bool bIsNativeBool
)
Parameters
| Name | Remarks |
|---|---|
| ObjectInitializer | Properties. |
| 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. |