Navigation
API > API/Runtime > API/Runtime/CoreUObject
Describes all strong GC references in a class or struct
| Name | FSchemaView |
| Type | class |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/GarbageCollectionSchema.h |
| Include Path | #include "UObject/GarbageCollectionSchema.h" |
Syntax
class FSchemaView
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FSchemaView () |
UObject/GarbageCollectionSchema.h | ||
FSchemaView
(
ENoInit |
UObject/GarbageCollectionSchema.h | ||
FSchemaView
(
FSchemaView View, |
UObject/GarbageCollectionSchema.h | ||
FSchemaView
(
const FMemberWord* Data, |
UObject/GarbageCollectionSchema.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| OriginBit | uint64 | UObject/GarbageCollectionSchema.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Handle | uint64 | UObject/GarbageCollectionSchema.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FSchemaHeader & GetHeader() |
UObject/GarbageCollectionSchema.h | ||
EOrigin GetOrigin() |
UObject/GarbageCollectionSchema.h | ||
uint32 GetStructStride() |
!IsEmpty() | UObject/GarbageCollectionSchema.h | |
const FMemberWord * GetWords() |
UObject/GarbageCollectionSchema.h | ||
bool IsEmpty() |
UObject/GarbageCollectionSchema.h | ||
void SetOrigin
(
EOrigin Origin |
UObject/GarbageCollectionSchema.h | ||
FSchemaHeader * TryGetHeader() |
UObject/GarbageCollectionSchema.h |