Navigation
API > API/Plugins > API/Plugins/WebAPIEditor
| Name | FWebAPIEditorUtilities |
| Type | class |
| Header File | /Engine/Plugins/Experimental/Web/WebAPI/Source/WebAPIEditor/Public/WebAPIEditorUtilities.h |
| Include Path | #include "WebAPIEditorUtilities.h" |
Syntax
class FWebAPIEditorUtilities
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FWebAPIEditorUtilities() |
WebAPIEditorUtilities.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool GetHeadersForClass
(
const TSubclassOf< UObject >& InClass, |
Get all required headers to reference the provided class. | WebAPIEditorUtilities.h | |
bool GetModulesForClass
(
const TSubclassOf< UObject >& InClass, |
Get all required modules to reference the provided class. | WebAPIEditorUtilities.h |
Protected
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static TSharedRef< FWebAPIEditorUtilities > Get() |
Get the singleton instance. | WebAPIEditorUtilities.h |