Navigation
API > API/Plugins > API/Plugins/WebAPIEditor > API/Plugins/WebAPIEditor/UWebAPITypeRegistry
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool CheckAllNamed () |
Checks for any unnamed types, logs a message and returns false if one or more unnamed still exist. | Dom/WebAPITypeRegistry.h | |
bool CheckAllNamed
(
TArray< TObjectPtr< UWebAPITypeInfo > >& OutUnnamedTypes |
Checks for and outputs any unnamed types, logs a message and returns false if one or more unnamed still exist. | Dom/WebAPITypeRegistry.h |
CheckAllNamed()
Description
Checks for any unnamed types, logs a message and returns false if one or more unnamed still exist.
| Name | CheckAllNamed |
| Type | function |
| Header File | /Engine/Plugins/Experimental/Web/WebAPI/Source/WebAPIEditor/Public/Dom/WebAPITypeRegistry.h |
| Include Path | #include "Dom/WebAPITypeRegistry.h" |
| Source | /Engine/Plugins/Experimental/Web/WebAPI/Source/WebAPIEditor/Private/Dom/WebAPITypeRegistry.cpp |
bool CheckAllNamed() const
CheckAllNamed(TArray< TObjectPtr< UWebAPITypeInfo > > &)
Description
Checks for and outputs any unnamed types, logs a message and returns false if one or more unnamed still exist.
| Name | CheckAllNamed |
| Type | function |
| Header File | /Engine/Plugins/Experimental/Web/WebAPI/Source/WebAPIEditor/Public/Dom/WebAPITypeRegistry.h |
| Include Path | #include "Dom/WebAPITypeRegistry.h" |
| Source | /Engine/Plugins/Experimental/Web/WebAPI/Source/WebAPIEditor/Private/Dom/WebAPITypeRegistry.cpp |
bool CheckAllNamed
(
TArray < TObjectPtr < UWebAPITypeInfo > > & OutUnnamedTypes
) const