Navigation
API > API/Runtime > API/Runtime/Chaos > API/Runtime/Chaos/FChaosVDDataWrapperUtils
Description
Converts a Chaos::FVec3 to a FVector. It is worth notice that FVector is double precision and FVec3 is single
| Name | ConvertToFVector |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/ChaosVisualDebugger/ChaosVDDataWrapperUtils.h |
| Include Path | #include "ChaosVisualDebugger/ChaosVDDataWrapperUtils.h" |
static FVector ConvertToFVector
(
const Chaos::FVec3f & VectorRef
)