Navigation
API > API/Plugins > API/Plugins/WebAPIEditor
| Name | IWebAPISchemaObjectInterface |
| Type | class |
| Header File | /Engine/Plugins/Experimental/Web/WebAPI/Source/WebAPIEditor/Public/Dom/WebAPISchema.h |
| Include Path | #include "Dom/WebAPISchema.h" |
Syntax
class IWebAPISchemaObjectInterface
Derived Classes
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void AppendCodeText
(
const FString& InCodeText |
Appends the last generated code as text for debugging. | Dom/WebAPISchema.h | |
virtual FString GetSortKey() |
Used for sorting in the UI. | Dom/WebAPISchema.h | |
virtual void SetCodeText
(
const FString& InCodeText |
Sets the last generated code as text for debugging. | Dom/WebAPISchema.h | |
virtual void SetNamespace
(
const FString& InNamespace |
Recursively sets the namespace of this and all child objects. | Dom/WebAPISchema.h | |
virtual bool ToJson
(
TSharedPtr< FJsonObject >& OutJson |
Dom/WebAPISchema.h | ||
virtual void Visit
(
TFunctionRef< void(IWebAPISchemaObjectInterface*&)> InVisitor |
Recursively visit each element in the schema. | Dom/WebAPISchema.h |