Navigation
API > API/Plugins > API/Plugins/WebAPIEditor
References
| Module | WebAPIEditor |
| Header | /Engine/Plugins/Experimental/Web/WebAPI/Source/WebAPIEditor/Public/WebAPICommon.h |
| Include | #include "WebAPICommon.h" |
Syntax
USTRUCT&40;BlueprintType&41;
struct FWebAPITemplateString
Variables
| Type | Name | Description | |
|---|---|---|---|
| FString | String |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FWebAPITemplateString
(
FString&& InString |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | IsValid () |
Gets the validity of the template string. | |
| bool | IsValid
(
const FStringFormatNamedArguments& InArgs |
Gets the validity of the template string for the given named arguments. | |
| FString | PopulateTemplate
(
const FStringFormatNamedArguments& InArgs |