Navigation
API > API/Editor > API/Editor/UnrealEd
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/FbxImporter.h |
| Include | #include "FbxImporter.h" |
Syntax
class FFbxDataConverter
Remarks
FBX basic data conversion class.
Functions
| Type | Name | Description | |
|---|---|---|---|
| FColor | ConvertColor
(
FbxDouble3 Color |
Convert fbx linear space color to sRGB FColor | |
| FVector | ConvertDir
(
FbxVector4 Vector |
||
| float | ConvertDist
(
FbxDouble Distance |
||
| FRotator | ConvertEuler
(
FbxDouble3 Euler |
||
| FbxAMatrix | ConvertMatrix
(
const FMatrix& Matrix |
||
| FMatrix | ConvertMatrix
(
const FbxAMatrix& Matrix |
||
| FVector | ConvertPos
(
FbxVector4 Vector |
||
| bool | ConvertPropertyValue
(
FbxProperty& FbxProperty, |
||
| FRotator | ConvertRotation
(
FbxQuaternion Quaternion |
||
| FVector | ConvertRotationToFVect
(
FbxQuaternion Quaternion, |
||
| FQuat | ConvertRotToQuat
(
FbxQuaternion Quaternion |
||
| FVector | ConvertScale
(
FbxVector4 Vector |
||
| FVector | ConvertScale
(
FbxDouble3 Vector |
||
| FbxDouble3 | ConvertToFbxColor
(
FColor Color |
Convert sRGB FColor to fbx linear space color | |
| FbxVector4 | ConvertToFbxPos
(
FVector Vector |
||
| FbxVector4 | ConvertToFbxRot
(
FVector Vector |
||
| FbxVector4 | ConvertToFbxScale
(
FVector Vector |
||
| FbxString | ConvertToFbxString
(
const FString& String |
||
| FbxString | ConvertToFbxString
(
FName Name |
||
| FTransform | ConvertTransform
(
FbxAMatrix Matrix |
||
| const FbxAMatrix & | |||
| const FbxAMatrix & | |||
| FRotator | FbxCamera with no rotation faces X with Y-up while ours faces X with Z-up so add a -90 degrees roll to compensate. | ||
| const FbxAMatrix & | |||
| FRotator | FbxLight with no rotation faces -Z while ours faces Y so add a 90 degrees pitch to compensate. | ||
| void | SetAxisConversionMatrix
(
FbxAMatrix ConversionMatrix |
||
| void | SetJointPostConversionMatrix
(
FbxAMatrix ConversionMatrix |
Constants
| Name | Description |
|---|---|
| AxisConversionMatrix | |
| AxisConversionMatrixInv | |
| JointPostConversionMatrix |