Navigation
Unreal Engine C++ API Reference > Runtime > SlateCore > Types
Type | Name | Description | |
---|---|---|---|
![]() |
const FVector2f & | UE::Slate::CastToVector2f
(
const FVector2f& InValue |
CastToVector2f allows supported types to be explicitly coerced to an FVector2f or const FVector2f& This allows generic programming patterns that must operate on FVector2f given many input types |
![]() |
FVector2f | UE::Slate::CastToVector2f
(
const FVector2d& InValue |
CastToVector2f allows supported types to be explicitly coerced to an FVector2f or const FVector2f& This allows generic programming patterns that must operate on FVector2f given many input types |