Show / Hide Table of Contents

Class AbcImportSettings

Class that contains all options for importing an alembic file

Inheritance
System.Object
UObject
AbcImportSettings
Inherited Members
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.AlembicLibrary
Assembly: UE4DotNet.dll
Syntax
public class AbcImportSettings : UObject

Properties

| Improve this Doc View Source

CompressionSettings

Compression Settings

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

ConversionSettings

Conversion Settings

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

DefaultObject

Get UE4 Default Object for this Class

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

GeometryCacheSettings

Geometry Cache Settings

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

MaterialSettings

Material Settings

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

NormalGenerationSettings

Normal Generation Settings

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

SamplingSettings

Sampling Settings

Declaration
public AbcSamplingSettings SamplingSettings { get; set; }
Property Value
Type Description
AbcSamplingSettings
| 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

StaticMeshSettings

Static Mesh Settings

Declaration
public AbcStaticMeshSettings StaticMeshSettings { get; set; }
Property Value
Type Description
AbcStaticMeshSettings

Methods

| Improve this Doc View Source

New(UObject, Name)

Spawn an object of this class

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

Operators

| Improve this Doc View Source

Implicit(IntPtr to AbcImportSettings)

Convert from IntPtr to UObject

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