Navigation
Unreal Engine C++ API Reference > Runtime > Core > Math > UE::LWC::NarrowWorldPositionChecked
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Math/Vector.h |
Include | #include "Math/Vector.h" |
namespace UE
{
namespace LWC
{
FVector3f UE::LWC::NarrowWorldPositionChecked
(
const FVector::FReal InX,
const FVector::FReal InY,
const FVector::FReal InZ
)
}
}
Remarks
Validated narrowing cast for world positions. FVector -> FVector3f.