GetFVECTORSpaceDelimited

Get a floating-point vector (X Y Z)

Windows
MacOS
Linux

References

Module

UnrealEd

Header

/Engine/Source/Editor/UnrealEd/Public/Editor.h

Include

#include "Editor.h"

Source

/Engine/Source/Editor/UnrealEd/Private/ParamParser.cpp

Syntax

const TCHAR * GetFVECTORSpaceDelimited
(
    const TCHAR * Stream,
    FVector & Value
)

Remarks

Get a floating-point vector (X Y Z)

Returns

this will return the current location in the stream after having processed the Vector out of it

Parameters

Parameter

Description

The

stream which has the vector in it

this

is an out param which will have the FVector

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss