Navigation
API > API/Plugins > API/Plugins/WebAPIEditor > API/Plugins/WebAPIEditor/FWebAPICodeGenFile
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void GetIncludePaths
(
TArray< FString >& OutIncludePaths |
Append any include paths for this file to the given Array (not Set, to allow custom order). | CodeGen/Dom/WebAPICodeGenFile.h | |
virtual void GetIncludePaths
(
TSet< FString >& OutIncludePaths |
Append any include paths for this file to the given Set. | CodeGen/Dom/WebAPICodeGenFile.h |
GetIncludePaths(TArray< FString > &)
Description
Append any include paths for this file to the given Array (not Set, to allow custom order).
| Name | GetIncludePaths |
| Type | function |
| Header File | /Engine/Plugins/Experimental/Web/WebAPI/Source/WebAPIEditor/Public/CodeGen/Dom/WebAPICodeGenFile.h |
| Include Path | #include "CodeGen/Dom/WebAPICodeGenFile.h" |
| Source | /Engine/Plugins/Experimental/Web/WebAPI/Source/WebAPIEditor/Private/CodeGen/Dom/WebAPICodeGenFile.cpp |
virtual void GetIncludePaths
(
TArray < FString > & OutIncludePaths
) const
GetIncludePaths(TSet< FString > &)
Description
Append any include paths for this file to the given Set.
| Name | GetIncludePaths |
| Type | function |
| Header File | /Engine/Plugins/Experimental/Web/WebAPI/Source/WebAPIEditor/Public/CodeGen/Dom/WebAPICodeGenFile.h |
| Include Path | #include "CodeGen/Dom/WebAPICodeGenFile.h" |
| Source | /Engine/Plugins/Experimental/Web/WebAPI/Source/WebAPIEditor/Private/CodeGen/Dom/WebAPICodeGenFile.cpp |
virtual void GetIncludePaths
(
TSet< FString > & OutIncludePaths
) const