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