EFbxSceneVertexColorImportOption::Type

Fbx Importer UI options.

Windows
MacOS
Linux

References

Module

UnrealEd

Header

/Engine/Source/Editor/UnrealEd/Classes/Factories/FbxSceneImportOptionsStaticMesh.h

Include

#include "Factories/FbxSceneImportOptionsStaticMesh.h"

Syntax

namespace EFbxSceneVertexColorImportOption
{
    enum Type
    {
        Replace,
        Ignore,
        Override,
    }
}

Values

Name

Description

Replace

Import the static mesh using the vertex colors from the FBX file.

Ignore

Ignore vertex colors from the FBX file, and keep the existing mesh vertex colors.

Override

Override all vertex colors with the specified color.

Remarks

Fbx Importer UI options.

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