Navigation
API > API/Plugins > API/Plugins/UnrealUSDWrapper > API/Plugins/UnrealUSDWrapper/FVector4h
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FVector4h
(
const FVector4f& Vec |
UnrealUSDWrapper.h | ||
FVector4h
(
float X, |
UnrealUSDWrapper.h |
FVector4h(const FVector4f &)
| Name | FVector4h |
| Type | function |
| Header File | /Engine/Plugins/Runtime/USDCore/Source/UnrealUSDWrapper/Public/UnrealUSDWrapper.h |
| Include Path | #include "UnrealUSDWrapper.h" |
| Source | /Engine/Plugins/Runtime/USDCore/Source/UnrealUSDWrapper/Private/UnrealUSDWrapper.cpp |
FVector4h
(
const FVector4f & Vec
)
FVector4h(float, float, float, float)
| Name | FVector4h |
| Type | function |
| Header File | /Engine/Plugins/Runtime/USDCore/Source/UnrealUSDWrapper/Public/UnrealUSDWrapper.h |
| Include Path | #include "UnrealUSDWrapper.h" |
| Source | /Engine/Plugins/Runtime/USDCore/Source/UnrealUSDWrapper/Private/UnrealUSDWrapper.cpp |
FVector4h
(
float X,
float Y,
float Z,
float W
)