Class AbcImportSettings
Class that contains all options for importing an alembic file
Inherited Members
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 SourceCompressionSettings
Compression Settings
Declaration
public AbcCompressionSettings CompressionSettings { get; set; }
Property Value
Type | Description |
---|---|
AbcCompressionSettings |
ConversionSettings
Conversion Settings
Declaration
public AbcConversionSettings ConversionSettings { get; set; }
Property Value
Type | Description |
---|---|
AbcConversionSettings |
DefaultObject
Get UE4 Default Object for this Class
Declaration
public static AbcImportSettings DefaultObject { get; }
Property Value
Type | Description |
---|---|
AbcImportSettings |
GeometryCacheSettings
Geometry Cache Settings
Declaration
public AbcGeometryCacheSettings GeometryCacheSettings { get; set; }
Property Value
Type | Description |
---|---|
AbcGeometryCacheSettings |
MaterialSettings
Material Settings
Declaration
public AbcMaterialSettings MaterialSettings { get; set; }
Property Value
Type | Description |
---|---|
AbcMaterialSettings |
NormalGenerationSettings
Normal Generation Settings
Declaration
public AbcNormalGenerationSettings NormalGenerationSettings { get; set; }
Property Value
Type | Description |
---|---|
AbcNormalGenerationSettings |
SamplingSettings
Sampling Settings
Declaration
public AbcSamplingSettings SamplingSettings { get; set; }
Property Value
Type | Description |
---|---|
AbcSamplingSettings |
StaticClass
Get UE4 Class
Declaration
public static Class StaticClass { get; }
Property Value
Type | Description |
---|---|
Class |
StaticMeshSettings
Static Mesh Settings
Declaration
public AbcStaticMeshSettings StaticMeshSettings { get; set; }
Property Value
Type | Description |
---|---|
AbcStaticMeshSettings |
Methods
| Improve this Doc View SourceNew(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 SourceImplicit(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 |