Navigation
API > API/Plugins > API/Plugins/WebAPIEditor > API/Plugins/WebAPIEditor/FWebAPITemplateString
Overloads
| 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 |
IsValid()
Description
Gets the validity of the template string.
| Name | IsValid |
| Type | function |
| Header File | /Engine/Plugins/Experimental/Web/WebAPI/Source/WebAPIEditor/Public/WebAPICommon.h |
| Include Path | #include "WebAPICommon.h" |
bool IsValid()
IsValid(const FStringFormatNamedArguments &)
Description
Gets the validity of the template string for the given named arguments.
| Name | IsValid |
| Type | function |
| Header File | /Engine/Plugins/Experimental/Web/WebAPI/Source/WebAPIEditor/Public/WebAPICommon.h |
| Include Path | #include "WebAPICommon.h" |
bool IsValid
(
const FStringFormatNamedArguments & InArgs
)