Navigation
API > API/Plugins > API/Plugins/WebAPIEditor
Contains information about the target module for code generation files.
| Name | FWebAPIDefinitionTargetModule |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/Web/WebAPI/Source/WebAPIEditor/Public/CodeGen/WebAPICodeGeneratorSettings.h |
| Include Path | #include "CodeGen/WebAPICodeGeneratorSettings.h" |
Syntax
USTRUCT ()
struct FWebAPIDefinitionTargetModule
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AbsolutePath | FString | The absolute location of the directory for this module. Only use to set, otherwise use GetPath(). | CodeGen/WebAPICodeGeneratorSettings.h |
|
| Name | FString | The name of the module. | CodeGen/WebAPICodeGeneratorSettings.h |
|
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ResolvedPath | FString | Caches the full path to the module. | CodeGen/WebAPICodeGeneratorSettings.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FString GetPath() |
Resolves and returns the path, use instead of AbsolutePath. | CodeGen/WebAPICodeGeneratorSettings.h |