Navigation
API > API/Plugins > API/Plugins/PlainProps
| Name | FSchemasBuilder |
| Type | class |
| Header File | /Engine/Plugins/Experimental/PlainProps/Source/Public/PlainPropsBuildSchema.h |
| Include Path | #include "PlainPropsBuildSchema.h" |
Syntax
class FSchemasBuilder
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FSchemasBuilder
(
const FIds& Names, |
PlainPropsBuildSchema.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~FSchemasBuilder() |
PlainPropsBuildSchema.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bBuilt | bool | PlainPropsBuildSchema.h | ||
| Debug | FDebugIds | PlainPropsBuildSchema.h | ||
| Declarations | const IDeclarations & | PlainPropsBuildSchema.h | ||
| EnumIndices | TSet< FEnumId > | PlainPropsBuildSchema.h | ||
| Enums | TPagedArray< FEnumSchemaBuilder, 4096 > | PlainPropsBuildSchema.h | ||
| Format | ESchemaFormat | PlainPropsBuildSchema.h | ||
| Ids | const FIds & | PlainPropsBuildSchema.h | ||
| Scratch | FScratchAllocator & | PlainPropsBuildSchema.h | ||
| StructIndices | TSet< FStructId > | PlainPropsBuildSchema.h | ||
| Structs | TPagedArray< FStructSchemaBuilder, 4096 > | PlainPropsBuildSchema.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FBuiltSchemas Build() |
PlainPropsBuildSchema.h | ||
FDebugIds GetDebug() |
PlainPropsBuildSchema.h | ||
const FIds & GetIds() |
PlainPropsBuildSchema.h | ||
FScratchAllocator & GetScratch() |
PlainPropsBuildSchema.h | ||
FEnumSchemaBuilder & NoteEnum
(
FEnumId Id |
PlainPropsBuildSchema.h | ||
FStructSchemaBuilder & NoteStruct
(
FStructId Id |
PlainPropsBuildSchema.h | ||
void NoteStructAndMembers
(
FStructId Id, |
PlainPropsBuildSchema.h |