Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/FByteProperty
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FByteProperty
(
UField* InField |
UObject/UnrealType.h | ||
FByteProperty
(
EInternal InInernal, |
UObject/UnrealType.h | ||
FByteProperty
(
FFieldVariant InOwner, |
Constructor used for constructing compiled in properties | UObject/UnrealType.h | |
FByteProperty
(
FFieldVariant InOwner, |
UObject/UnrealType.h |
FByteProperty(UField *)
| Name | FByteProperty |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/UnrealType.h |
| Include Path | #include "UObject/UnrealType.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/UObject/PropertyByte.cpp |
FByteProperty
(
UField * InField
)
FByteProperty(EInternal, FFieldClass *)
| Name | FByteProperty |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/UnrealType.h |
| Include Path | #include "UObject/UnrealType.h" |
FByteProperty
(
EInternal InInernal,
FFieldClass * InClass
)
FByteProperty(FFieldVariant, const UECodeGen_Private::FBytePropertyParams &)
Description
Constructor used for constructing compiled in properties
| Name | FByteProperty |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/UnrealType.h |
| Include Path | #include "UObject/UnrealType.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/UObject/PropertyByte.cpp |
FByteProperty
(
FFieldVariant InOwner,
const UECodeGen_Private::FBytePropertyParams & Prop
)
Parameters
| Name | Remarks |
|---|---|
| InOwner | Owner of the property |
| PropBase | Pointer to the compiled in structure describing the property |
FByteProperty(FFieldVariant, const FName &, EObjectFlags)
| Name | FByteProperty |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/UnrealType.h |
| Include Path | #include "UObject/UnrealType.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/UObject/PropertyByte.cpp |
FByteProperty
(
FFieldVariant InOwner,
const FName & InName,
EObjectFlags InObjectFlags
)