MovieSceneToolHelpers::ReadyFBXForImport

Get FBX Ready for Import.

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 ReadyFBXForImport
(
    const FString & ImportFilename,
    UMovieSceneUserImportFBXSettings * ImportFBXSettings,
    FFBXInOutParameters & OutFBXParams
)

Remarks

Get FBX Ready for Import. This make sure the passed in file make be imported. After calling this call ImportReadiedFbx. It returns out some parameters that we forcably change so we reset them later.

Returns

Whether the fbx file was ready and is ready to be import.

Parameters

Parameter

Description

ImportFileName

The filename to import into

ImportFBXSettings

FBX Import Settings to enforce.

OutFBXParams

Paremter to pass back to ImportReadiedFbx

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