Navigation
API > API/Plugins > API/Plugins/WebAPIEditor
| Name | UWebAPICompositeModel |
| Type | class |
| Header File | /Engine/Plugins/Experimental/Web/WebAPI/Source/WebAPIEditor/Public/Dom/WebAPICompositeModel.h |
| Include Path | #include "Dom/WebAPICompositeModel.h" |
Syntax
UCLASS (MinimalAPI)
class UWebAPICompositeModel : public UWebAPIModelBase
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UWebAPIModelBase → UWebAPICompositeModel
Implements Interfaces
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CompositionType | EWebAPIModelCompositionType | Type of composition. | Dom/WebAPICompositeModel.h |
|
| GeneratedCodeText | FString | The last generated code as text for debugging. | Dom/WebAPICompositeModel.h |
|
| Name | FWebAPITypeNameVariant | Name of the composition. | Dom/WebAPICompositeModel.h |
|
| Types | TArray< FWebAPITypeNameVariant > | Array of one or more types contained in the composition. | Dom/WebAPICompositeModel.h |
|
Functions
Public
Overridden from IWebAPISchemaObjectInterface
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FString GetSortKey() |
Used for sorting in the UI. | Dom/WebAPICompositeModel.h | |
virtual void SetNamespace
(
const FString& InNamespace |
Recursively sets the namespace of this and all child objects. | Dom/WebAPICompositeModel.h |