Show / Hide Table of Contents

Struct AssetData

A struct to hold important information about an assets found by the Asset Registry

Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: UE4.AssetRegistry
Assembly: UE4DotNet.dll
Syntax
public struct AssetData
Remarks

This struct is transient and should never be serialized

Fields

| Improve this Doc View Source

AssetClass

Declaration
public Name AssetClass
Field Value
Type Description
Name
| Improve this Doc View Source

AssetName

Declaration
public Name AssetName
Field Value
Type Description
Name
| Improve this Doc View Source

ObjectPath

Declaration
public Name ObjectPath
Field Value
Type Description
Name
| Improve this Doc View Source

PackageName

Declaration
public Name PackageName
Field Value
Type Description
Name
| Improve this Doc View Source

PackagePath

Declaration
public Name PackagePath
Field Value
Type Description
Name
  • Improve this Doc
  • View Source
Back to top Generated by DocFX