FDatasmithFBXScene

Describes all info about the scene that can be extracted from the FBX file

Windows
MacOS
Linux

References

Module

DatasmithFBXTranslator

Header

/Engine/Plugins/Enterprise/DatasmithFBXImporter/Source/DatasmithFBXTranslator/Public/DatasmithFBXScene.h

Include

#include "DatasmithFBXScene.h"

Syntax

struct FDatasmithFBXScene

Remarks

Describes all info about the scene that can be extracted from the FBX file

Variables

Name Description

Public variable

TArray< FName >

 

AnimatedObjects

Public variable

TArray< FDatasm...

 

AnimNodes

Public variable

float

 

BaseTime

Native framerate of the animations in fps.

Public variable

TArray< TShared...

 

Materials

Public variable

TArray< FName >

 

ObjectSetObjects

Public variable

float

 

PlaybackSpeed

Playback speed of the animations in fps.

Public variable

TSharedPtr< FDa...

 

RootNode

Public variable

double

 

ScaleFactor

What we need to multiply translation/scale data with to match the unit scale conversion automatically done when reading the FBX file This is usually 0.1f for DeltaGen and 1.0f for VRED

Public variable

TArray< FName >

 

SwitchMaterialObjects

Public variable

TArray< FName >

 

SwitchObjects

Public variable

float

 

TagTime

Time instant where the VRED DSID keys are stored.

Public variable

TArray< FName >

 

ToggleObjects

Public variable

TArray< FName >

 

TransformVariantObjects

Constructors

Name Description

Public function

FDatasmithFBXScene()

Destructors

Name Description

Public function

~FDatasmithFBXScene()

Functions

Name Description

Public function

TArray< TSha...

 

GetAllNodes()

Flatten all nodes into an array, so that they can be iterated while modifying the hierarchy

Public function

FStats

 

GetStats()

Public function Const

void

 

RecursiveCollectAllObjects

(
    MeshUseCountType* Meshes,
    MaterialUseCountType* Material...,
    int32* NodeCount,
    const TSharedPtr< FDatasmithFBXScen...
)

Public function

bool

 

Serialize

(
    FArchive& Ar
)

Classes

Name

Description

Public struct

FStats

Typedefs

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss