Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FDefaultValueHelper
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static bool ParseVector
(
const FString& Source, |
Converts a string into a FVector. Accepted form: " %f, %f, %f " | Misc/DefaultValueHelper.h | |
static bool ParseVector
(
const FString& Source, |
Misc/DefaultValueHelper.h |
ParseVector(const FString &, FVector3f &)
Description
Converts a string into a FVector. Accepted form: " %f, %f, %f "
| Name | ParseVector |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/DefaultValueHelper.h |
| Include Path | #include "Misc/DefaultValueHelper.h" |
| Source | /Engine/Source/Runtime/Core/Private/Misc/DefaultValueHelper.cpp |
static bool ParseVector
(
const FString & Source,
FVector3f & OutVal
)
true if the conversion happened, false otherwise
Parameters
| Name | Remarks |
|---|---|
| Source | the input string to try to convert |
| OutVal | the output vector |
ParseVector(const FString &, FVector3d &)
| Name | ParseVector |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/DefaultValueHelper.h |
| Include Path | #include "Misc/DefaultValueHelper.h" |
| Source | /Engine/Source/Runtime/Core/Private/Misc/DefaultValueHelper.cpp |
static bool ParseVector
(
const FString & Source,
FVector3d & OutVal
)