Navigation
API > API/Runtime > API/Runtime/Json > API/Runtime/Json/FJsonValue
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void AsArgumentType
(
double& Value |
Get a field of the same type as the argument | Dom/JsonValue.h | |
void AsArgumentType
(
FString& Value |
Dom/JsonValue.h | ||
void AsArgumentType
(
bool& Value |
Dom/JsonValue.h | ||
void AsArgumentType
(
TArray< TSharedPtr< FJsonValue > >& Value |
Dom/JsonValue.h | ||
void AsArgumentType
(
TSharedPtr< FJsonObject >& Value |
Dom/JsonValue.h |
AsArgumentType(double &)
Description
Get a field of the same type as the argument
| Name | AsArgumentType |
| Type | function |
| Header File | /Engine/Source/Runtime/Json/Public/Dom/JsonValue.h |
| Include Path | #include "Dom/JsonValue.h" |
void AsArgumentType
(
double & Value
)
AsArgumentType(FString &)
| Name | AsArgumentType |
| Type | function |
| Header File | /Engine/Source/Runtime/Json/Public/Dom/JsonValue.h |
| Include Path | #include "Dom/JsonValue.h" |
void AsArgumentType
(
FString & Value
)
AsArgumentType(bool &)
| Name | AsArgumentType |
| Type | function |
| Header File | /Engine/Source/Runtime/Json/Public/Dom/JsonValue.h |
| Include Path | #include "Dom/JsonValue.h" |
void AsArgumentType
(
bool & Value
)
AsArgumentType(TArray< TSharedPtr< FJsonValue > > &)
| Name | AsArgumentType |
| Type | function |
| Header File | /Engine/Source/Runtime/Json/Public/Dom/JsonValue.h |
| Include Path | #include "Dom/JsonValue.h" |
void AsArgumentType
(
TArray < TSharedPtr < FJsonValue > > & Value
)
AsArgumentType(TSharedPtr< FJsonObject > &)
| Name | AsArgumentType |
| Type | function |
| Header File | /Engine/Source/Runtime/Json/Public/Dom/JsonValue.h |
| Include Path | #include "Dom/JsonValue.h" |
void AsArgumentType
(
TSharedPtr < FJsonObject > & Value
)