Navigation
API > API/Plugins > API/Plugins/Paper2DEditor > API/Plugins/Paper2DEditor/FPaperJSONHelpers
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static bool ReadFloatNoDefault
(
const TSharedPtr< class FJsonObject > Item, |
Returns true if the field named Key is a Number, populating Out_Value, or false if it is missing or the wrong type (Out_Value is set to 0.0f on failure) | PaperJSONHelpers.h | |
static bool ReadFloatNoDefault
(
const TSharedPtr< class FJsonObject > Item, |
Returns true if the field named Key is a Number, populating Out_Value, or false if it is missing or the wrong type (Out_Value is set to 0.0f on failure) | PaperJSONHelpers.h |
ReadFloatNoDefault(const TSharedPtr< class FJsonObject >, const FString &, float &)
Description
Returns true if the field named Key is a Number, populating Out_Value, or false if it is missing or the wrong type (Out_Value is set to 0.0f on failure)
| Name | ReadFloatNoDefault |
| Type | function |
| Header File | /Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Public/PaperJSONHelpers.h |
| Include Path | #include "PaperJSONHelpers.h" |
| Source | /Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/PaperJSONHelpers.cpp |
static bool ReadFloatNoDefault
(
const TSharedPtr < class FJsonObject > Item,
const FString & Key,
float & Out_Value
)
ReadFloatNoDefault(const TSharedPtr< class FJsonObject >, const FString &, double &)
Description
Returns true if the field named Key is a Number, populating Out_Value, or false if it is missing or the wrong type (Out_Value is set to 0.0f on failure)
| Name | ReadFloatNoDefault |
| Type | function |
| Header File | /Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Public/PaperJSONHelpers.h |
| Include Path | #include "PaperJSONHelpers.h" |
| Source | /Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/PaperJSONHelpers.cpp |
static bool ReadFloatNoDefault
(
const TSharedPtr < class FJsonObject > Item,
const FString & Key,
double & Out_Value
)