Navigation
API > API/Runtime > API/Runtime/CoreUObject
| Name | UStructProperty |
| Type | class |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/UnrealTypePrivate.h |
| Include Path | #include "UObject/UnrealTypePrivate.h" |
Syntax
UCLASS (Config=Engine)
class UStructProperty : public UProperty
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UField → UProperty → UStructProperty
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UStructProperty
(
const FObjectInitializer& ObjectInitializer |
UObject/UnrealTypePrivate.h | ||
UStructProperty
(
ECppProperty, |
UObject/UnrealTypePrivate.h | ||
UStructProperty
(
const FObjectInitializer& ObjectInitializer, |
UObject/UnrealTypePrivate.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Struct | TObjectPtr< class UScriptStruct > | Variables. | UObject/UnrealTypePrivate.h |
|
Functions
Public
Overridden from UObject
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Handles reading, writing, and reference collecting using FArchive. | UObject/UnrealTypePrivate.h |