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