Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject
Inheritance Hierarchy
References
| Module | CoreUObject |
| Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/UnrealType.h |
| Include | #include "UObject/UnrealType.h" |
Syntax
class FBoolProperty : public FProperty
Remarks
Describes a single bit flag variable residing in a 32-bit unsigned double word.
Constructors
| Type | Name | Description | |
|---|---|---|---|
FBoolProperty
(
UField* InField |
|||
FBoolProperty
(
EInternal InInernal, |
|||
FBoolProperty
(
FFieldVariant InOwner, |
Constructor used for constructing compiled in properties | ||
FBoolProperty
(
FFieldVariant InOwner, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FField * | Construct
(
const FFieldVariant& InOwner, |
||
| uint8 | Return the byte offset from this property's storage type to the byte that FieldMask applies to. | ||
| bool | |||
| uint8 | GetFieldMask () |
Return the the mask that defines the relevant bit for this boolean, or 0xFF if IsNativeBool() is true | |
| bool | GetOptionalPropertyValue
(
void const* B |
||
| bool | GetOptionalPropertyValue_InContainer
(
void const* B, |
||
| bool | GetPropertyValue
(
void const* A |
||
| bool | GetPropertyValue_InContainer
(
void const* A, |
||
| bool | IsNativeBool () |
If the return value is true this FBoolProperty represents C++ bool type. | |
| void | SetBoolSize
(
const uint32 InSize, |
Sets the bitfield/bool type and size. | |
| void | SetPropertyValue
(
void* A, |
||
| void | SetPropertyValue_InContainer
(
void* A, |
||
| FFieldClass * | StaticClass () |
||
| uint64 | |||
| uint64 |
Overridden from FProperty
| Type | Name | Description | |
|---|---|---|---|
| void | AppendSchemaHash
(
FBlake3& Builder, |
Updates the given HashBuilder with name and type information of this Property. | |
| void | ClearValueInternal
(
void* Data |
||
| EConvertFromTypeResult | ConvertFromType
(
const FPropertyTag& Tag, |
Allows a property to implement backwards compatibility handling for tagged properties | |
| void | CopyValuesInternal
(
void* Dest, |
||
| void | ExportText_Internal
(
FString& ValueStr, |
||
| FString | GetCPPMacroType
(
FString& ExtendedTypeText |
||
| FString | GetCPPType
(
FString* ExtendedTypeText, |
Returns the text to use for exporting this property to header file. | |
| FString | |||
| int32 | |||
| uint32 | GetValueTypeHashInternal
(
const void* Src |
||
| bool | Returns whether this type has a special state for an unset TOptional meaning the size TOptional |
||
| bool | Determines whether the property values are identical. | ||
| const TCHAR * | ImportText_Internal
(
const TCHAR* Buffer, |
||
| void | InitializeValueInternal
(
void* Dest |
||
| void | LinkInternal
(
FArchive& Ar |
||
| bool | NetSerializeItem
(
FArchive& Ar, |
||
| void | SerializeItem
(
FStructuredArchive::FSlot Slot, |
Overridden from FField
| Type | Name | Description | |
|---|---|---|---|
| SIZE_T | GetFieldSize () |
||
| void | PostDuplicate
(
const FField& InField |
Fixups after duplicating a Field | |
| void | Begin UObject interface: the following functions mimic UObject interface for easier transition from UProperties to FProperties. |
Operators
| Type | Name | Description | |
|---|---|---|---|
| void | operator delete
(
void* InMem |
||
| void * | operator new
(
const size_t InSize |
||
| void * | operator new
(
const size_t InSize, |
Typedefs
| Name | Description |
|---|---|
| Super | |
| TCppType | Emulate the CPP type API, see TPropertyTypeFundamentals this is incomplete as some operations make no sense for bitfields, for example they don't have a usable address |
| ThisClass |