Class GeometryCache
A Geometry Cache is a piece/set of geometry that consists of individual Mesh/Transformation samples.
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.GeometryCache
Assembly: UE4DotNet.dll
Syntax
public class GeometryCache : UObject
Remarks
In contrast with Static Meshes they can have their vertices animated in certain ways. *
Properties
| Improve this Doc View SourceAssetImportData
Importing data and options used for this Geometry cache object
Declaration
public AssetImportData AssetImportData { get; set; }
Property Value
Type | Description |
---|---|
AssetImportData |
DefaultObject
Get UE4 Default Object for this Class
Declaration
public static GeometryCache DefaultObject { get; }
Property Value
Type | Description |
---|---|
GeometryCache |
EndFrame
End Frame
Declaration
public int EndFrame { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Materials
Materials
Declaration
public ObjectArrayField<MaterialInterface> Materials { get; }
Property Value
Type | Description |
---|---|
ObjectArrayField<MaterialInterface> |
StartFrame
Start Frame
Declaration
public int StartFrame { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
StaticClass
Get UE4 Class
Declaration
public static Class StaticClass { get; }
Property Value
Type | Description |
---|---|
Class |
ThumbnailInfo
Information for thumbnail rendering
Declaration
public ThumbnailInfo ThumbnailInfo { get; set; }
Property Value
Type | Description |
---|---|
ThumbnailInfo |
Tracks
GeometryCache track defining the samples/geometry data for this GeomCache instance
Declaration
public ObjectArrayField<GeometryCacheTrack> Tracks { get; }
Property Value
Type | Description |
---|---|
ObjectArrayField<GeometryCacheTrack> |
Methods
| Improve this Doc View SourceNew(UObject, Name)
Spawn an object of this class
Declaration
public static GeometryCache New(UObject obj = null, Name name = default(Name))
Parameters
Type | Name | Description |
---|---|---|
UObject | obj | |
Name | name |
Returns
Type | Description |
---|---|
GeometryCache |
Operators
| Improve this Doc View SourceImplicit(IntPtr to GeometryCache)
Convert from IntPtr to UObject
Declaration
public static implicit operator GeometryCache(IntPtr p)
Parameters
Type | Name | Description |
---|---|---|
System.IntPtr | p |
Returns
Type | Description |
---|---|
GeometryCache |