Navigation
API > API/Runtime > API/Runtime/CoreUObject
| Name | UProperty |
| Type | class |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/UnrealTypePrivate.h |
| Include Path | #include "UObject/UnrealTypePrivate.h" |
Syntax
class UProperty : public UField
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UField → UProperty
Derived Classes
UProperty derived class hierarchy
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UProperty
(
ECppProperty, |
UObject/UnrealTypePrivate.h | ||
UProperty
(
FVTableHelper& Helper |
DO NOT USE. This constructor is for internal usage only for hot-reload purposes. | UObject/UnrealTypePrivate.h | |
UProperty
(
const FObjectInitializer& ObjectInitializer |
Constructors. | UObject/UnrealTypePrivate.h | |
UProperty
(
const FObjectInitializer& ObjectInitializer, |
UObject/UnrealTypePrivate.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| Super | UField | Typedef for the base class (UField) | UObject/UnrealTypePrivate.h |
| ThisClass | UProperty | Typedef for UProperty. | UObject/UnrealTypePrivate.h |
| WithinClass | class UObject | The required type of this object's outer (class UObject) | UObject/UnrealTypePrivate.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| StaticClassFlags | EClassFlags | Bitwise union of EClassFlags pertaining to this class. | UObject/UnrealTypePrivate.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ArrayDim | int32 | Persistent variables. | UObject/UnrealTypePrivate.h | |
| AssociatedField | FField * | UObject/UnrealTypePrivate.h | ||
| BlueprintReplicationCondition | TEnumAsByte< ELifetimeCondition > | UObject/UnrealTypePrivate.h | ||
| DestructorLinkNext | UProperty * | In memory only: Linked list of properties requiring destruction. | UObject/UnrealTypePrivate.h | |
| ElementSize | int32 | UObject/UnrealTypePrivate.h | ||
| NextRef | UProperty * | In memory only: Linked list of object reference properties from most-derived to base | UObject/UnrealTypePrivate.h | |
| Offset_Internal | int32 | In memory variables (generated during Link()). | UObject/UnrealTypePrivate.h | |
| PostConstructLinkNext | UProperty * | In memory only: Linked list of properties requiring post constructor initialization. | UObject/UnrealTypePrivate.h | |
| PropertyFlags | EPropertyFlags | UObject/UnrealTypePrivate.h | ||
| PropertyLinkNext | UProperty * | In memory only: Linked list of properties from most-derived to base | UObject/UnrealTypePrivate.h | |
| RepIndex | uint16 | UObject/UnrealTypePrivate.h | ||
| RepNotifyFunc | FName | UObject/UnrealTypePrivate.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
ValueType const * ContainerPtrToValuePtr
(
UObject const* ContainerPtr, |
UObject/UnrealTypePrivate.h | ||
ValueType const * ContainerPtrToValuePtr
(
void const* ContainerPtr, |
UObject/UnrealTypePrivate.h | ||
ValueType * ContainerPtrToValuePtr
(
void* ContainerPtr, |
UObject/UnrealTypePrivate.h | ||
ValueType * ContainerPtrToValuePtr
(
UObject* ContainerPtr, |
UObject/UnrealTypePrivate.h | ||
UObject * GetOuterUObject() |
UObject/UnrealTypePrivate.h | ||
const UProperty * GetOwnerProperty () |
UObject/UnrealTypePrivate.h | ||
| Returns the first UProperty in this property's Outer chain that does not have a UProperty for an Outer | UObject/UnrealTypePrivate.h | ||
bool HasAllPropertyFlags
(
uint64 FlagsToCheck |
Used to safely check whether all of the passed in flags are set. | UObject/UnrealTypePrivate.h | |
bool HasAnyPropertyFlags
(
uint64 FlagsToCheck |
UObject/UnrealTypePrivate.h | ||
bool IsEditorOnlyProperty () |
Editor-only properties are those that only are used with the editor is present or cannot be removed from serialisation. | UObject/UnrealTypePrivate.h |
Overridden from UField
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FField * GetAssociatedFField() |
Gets the FField object associated with this Field | UObject/UnrealTypePrivate.h | |
virtual void SetAssociatedFField
(
FField* InField |
Sets the FField object associated with this Field | UObject/UnrealTypePrivate.h |
Overridden from UObject
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Handles reading, writing, and reference collecting using FArchive. | UObject/UnrealTypePrivate.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void __DefaultConstructor
(
const FObjectInitializer& X |
UObject/UnrealTypePrivate.h | ||
static UObject * __VTableCtorCaller
(
FVTableHelper& Helper |
UObject/UnrealTypePrivate.h | ||
static UClass * GetPrivateStaticClass() |
UObject/UnrealTypePrivate.h | ||
static void IntrinsicClassInit
(
UClass* Class |
UObject/UnrealTypePrivate.h | ||
static UClass * StaticClass() |
Returns a UClass object representing this class at runtime | UObject/UnrealTypePrivate.h | |
static EClassCastFlags StaticClassCastFlags() |
Returns the static cast flags for this class | UObject/UnrealTypePrivate.h | |
static const TCHAR * StaticPackage() |
Returns the package this class belongs in | UObject/UnrealTypePrivate.h | |
static void StaticRegisterNativesUProperty() |
UObject/UnrealTypePrivate.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void operator delete
(
void* InMem |
Eliminate V1062 warning from PVS-Studio while keeping MSVC and Clang happy. | UObject/UnrealTypePrivate.h | |
void * operator new
(
const size_t InSize, |
For internal use only; use StaticConstructObject() to create new objects. | UObject/UnrealTypePrivate.h | |
void * operator new
(
const size_t InSize, |
For internal use only; use StaticConstructObject() to create new objects. | UObject/UnrealTypePrivate.h | |
| UObject/UnrealTypePrivate.h | |||
| UObject/UnrealTypePrivate.h |