Navigation
API > API/Runtime > API/Runtime/CoreUObject
| Name | ULazyObjectProperty |
| Type | class |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/UnrealTypePrivate.h |
| Include Path | #include "UObject/UnrealTypePrivate.h" |
Syntax
class ULazyObjectProperty : public UObjectPropertyBase
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UField → UProperty → UObjectPropertyBase → ULazyObjectProperty
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
ULazyObjectProperty
(
const FObjectInitializer& ObjectInitializer |
UObject/UnrealTypePrivate.h | ||
ULazyObjectProperty
(
FVTableHelper& Helper |
DO NOT USE. This constructor is for internal usage only for hot-reload purposes. | UObject/UnrealTypePrivate.h | |
ULazyObjectProperty
(
ECppProperty, |
UObject/UnrealTypePrivate.h | ||
ULazyObjectProperty
(
const FObjectInitializer& ObjectInitializer, |
UObject/UnrealTypePrivate.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| Super | UObjectPropertyBase | Typedef for the base class (UObjectPropertyBase) | UObject/UnrealTypePrivate.h |
| ThisClass | ULazyObjectProperty | Typedef for ULazyObjectProperty. | UObject/UnrealTypePrivate.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| StaticClassFlags | EClassFlags | Bitwise union of EClassFlags pertaining to this class. | UObject/UnrealTypePrivate.h |
Functions
Public
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 StaticRegisterNativesULazyObjectProperty() |
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 | |
ULazyObjectProperty & operator=
(
const ULazyObjectProperty& |
UObject/UnrealTypePrivate.h | ||
| UObject/UnrealTypePrivate.h |