Show / Hide Table of Contents

Class FbxSceneImportFactory

Fbx Scene Import Factory

Inheritance
System.Object
UObject
Factory
SceneImportFactory
FbxSceneImportFactory
ReimportFbxSceneFactory
Inherited Members
Factory.ScriptFactoryCanImport
Factory.ScriptFactoryCreateFile
Factory.bCreateNew
Factory.SupportedClass
Factory.ContextClass
Factory.bEditAfterNew
Factory.bEditorImport
Factory.bText
Factory.ImportPriority
Factory.AutomatedImportData
Factory.AssetImportTask
Factory.OverwriteYesOrNoToAllState
UObject.TransientPackage
UObject.CastTo<T>(UObject)
UObject.CastTo(UObject, Type)
UObject.RemoveObject(UObject)
UObject.MakeObjectArrayField<T>(NativeArray*)
UObject.NotImplemented<T>()
UObject.Construct()
UObject.GetHashCode()
UObject.GetName()
UObject.ToString()
UObject.Name
UObject._None
UObject.None
UObject.ObjPointer
UObject.LoadObjectFromClass(Class, UObject, String, String, LoadFlags, PackageMap, Boolean)
UObject.LoadClass(Class, UObject, String, String, LoadFlags, PackageMap)
UObject.GetPropertyFor<T>(Name)
UObject.ExecuteUbergraph
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: UE4.UnrealEd
Assembly: UE4DotNet.dll
Syntax
public class FbxSceneImportFactory : SceneImportFactory

Properties

| Improve this Doc View Source

AnimSequenceImportData

Import data used when importing animations

Declaration
public FbxAnimSequenceImportData AnimSequenceImportData { get; set; }
Property Value
Type Description
FbxAnimSequenceImportData
| Improve this Doc View Source

DefaultObject

Get UE4 Default Object for this Class

Declaration
public static FbxSceneImportFactory DefaultObject { get; }
Property Value
Type Description
FbxSceneImportFactory
| Improve this Doc View Source

ReimportData

Pointer on the fbx scene import data, we fill this object to be able to do re import of the scene

Declaration
public FbxSceneImportData ReimportData { get; set; }
Property Value
Type Description
FbxSceneImportData
| Improve this Doc View Source

SceneImportOptions

Import options UI detail when importing fbx scene

Declaration
public FbxSceneImportOptions SceneImportOptions { get; set; }
Property Value
Type Description
FbxSceneImportOptions
| Improve this Doc View Source

SceneImportOptionsSkeletalMesh

Import options UI detail when importing fbx scene skeletal mesh

Declaration
public FbxSceneImportOptionsSkeletalMesh SceneImportOptionsSkeletalMesh { get; set; }
Property Value
Type Description
FbxSceneImportOptionsSkeletalMesh
| Improve this Doc View Source

SceneImportOptionsStaticMesh

Import options UI detail when importing fbx scene static mesh

Declaration
public FbxSceneImportOptionsStaticMesh SceneImportOptionsStaticMesh { get; set; }
Property Value
Type Description
FbxSceneImportOptionsStaticMesh
| Improve this Doc View Source

SkeletalMeshImportData

Import data used when importing skeletal meshes

Declaration
public FbxSkeletalMeshImportData SkeletalMeshImportData { get; set; }
Property Value
Type Description
FbxSkeletalMeshImportData
| Improve this Doc View Source

StaticClass

Get UE4 Class

Declaration
public static Class StaticClass { get; }
Property Value
Type Description
Class
| Improve this Doc View Source

StaticMeshImportData

Import data used when importing static meshes

Declaration
public FbxStaticMeshImportData StaticMeshImportData { get; set; }
Property Value
Type Description
FbxStaticMeshImportData
| Improve this Doc View Source

TextureImportData

Import data used when importing textures

Declaration
public FbxTextureImportData TextureImportData { get; set; }
Property Value
Type Description
FbxTextureImportData

Methods

| Improve this Doc View Source

New(UObject, Name)

Spawn an object of this class

Declaration
public static FbxSceneImportFactory New(UObject obj = null, Name name = default(Name))
Parameters
Type Name Description
UObject obj
Name name
Returns
Type Description
FbxSceneImportFactory

Operators

| Improve this Doc View Source

Implicit(IntPtr to FbxSceneImportFactory)

Convert from IntPtr to UObject

Declaration
public static implicit operator FbxSceneImportFactory(IntPtr p)
Parameters
Type Name Description
System.IntPtr p
Returns
Type Description
FbxSceneImportFactory
  • Improve this Doc
  • View Source
Back to top Generated by DocFX