Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject
References
| Module | CoreUObject |
| Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/GarbageCollection.h |
| Include | #include "UObject/GarbageCollection.h" |
Syntax
class FSchemaOwner
Remarks
Type-erasing owner of a ref-counted FSchemaView
Constructors
| Type | Name | Description | |
|---|---|---|---|
FSchemaOwner () |
|||
FSchemaOwner
(
const FSchemaOwner& |
|||
FSchemaOwner
(
FSchemaOwner&& In |
|||
FSchemaOwner
(
FSchemaView In |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| const FSchemaView & | Get () |
||
| void | Reset () |
||
| void | Set
(
FSchemaView In |
Operators
| Type | Name | Description | |
|---|---|---|---|
| FSchemaOwner & | operator=
(
const FSchemaOwner& |
||
| FSchemaOwner & | operator=
(
FSchemaOwner&& In |