Navigation
API > API/Runtime > API/Runtime/CoreUObject
| Name | USetProperty |
| Type | class |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/UnrealTypePrivate.h |
| Include Path | #include "UObject/UnrealTypePrivate.h" |
Syntax
UCLASS (Config=Engine)
class USetProperty : public UProperty
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UField → UProperty → USetProperty
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
USetProperty
(
const FObjectInitializer& ObjectInitializer |
UObject/UnrealTypePrivate.h | ||
USetProperty
(
const FObjectInitializer& ObjectInitializer, |
UObject/UnrealTypePrivate.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ElementProp | TObjectPtr< UProperty > | Properties representing the key type and value type of the contained pairs. | UObject/UnrealTypePrivate.h |
|
| SetLayout | FScriptSetLayout | 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 |