Navigation
API > API/Runtime > API/Runtime/CoreUObject
Debug identifier for a schema index or a memberless reference
| Name | FMemberId |
| Type | class |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/GarbageCollectionSchema.h |
| Include Path | #include "UObject/GarbageCollectionSchema.h" |
Syntax
class FMemberId
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FMemberId
(
EMemberlessId Memberless |
UObject/GarbageCollectionSchema.h | ||
FMemberId
(
uint32 Idx |
UObject/GarbageCollectionSchema.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| IndexBits | uint32 | UObject/GarbageCollectionSchema.h | |
| MemberlessIdBits | uint32 | UObject/GarbageCollectionSchema.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Index | uint32 | UObject/GarbageCollectionSchema.h | ||
| MemberlessId | uint32 | UObject/GarbageCollectionSchema.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
EMemberlessId AsMemberless() |
UObject/GarbageCollectionSchema.h | ||
int32 AsPrintableIndex() |
UObject/GarbageCollectionSchema.h | ||
uint32 GetIndex() |
UObject/GarbageCollectionSchema.h | ||
bool IsMemberless() |
UObject/GarbageCollectionSchema.h |