MovieSceneToolHelpers::ImportFBXWithDialog

Import FBX with dialog

Windows
MacOS
Linux

References

Module

MovieSceneTools

Header

/Engine/Source/Editor/MovieSceneTools/Public/MovieSceneToolHelpers.h

Include

#include "MovieSceneToolHelpers.h"

Source

/Engine/Source/Editor/MovieSceneTools/Private/MovieSceneToolHelpers.cpp

Syntax

static bool ImportFBXWithDialog
(
    UMovieScene * InMovieScene,
    ISequencer & InSequencer,
    const TMap< FGuid, FString > & InObjectBindingNameMap,
    TOptional< bool > bCreateCameras
)

Remarks

Import FBX with dialog

Returns

Whether the import was successful

Parameters

Parameter

Description

InMovieScene

The movie scene to import the fbx into

InObjectBindingNameMap

The object binding to name map to map import fbx animation onto

bCreateCameras

Whether to allow creation of cameras if found in the fbx file.

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