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 |
- EditAnywhere
- Category="Module"
|
| Name |
FString |
The name of the module. |
CodeGen/WebAPICodeGeneratorSettings.h |
- EditAnywhere
- Category="Module"
|
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 |
|
Resolves and returns the path, use instead of AbsolutePath. |
CodeGen/WebAPICodeGeneratorSettings.h |
|