FLevelSequenceLegacyObjectReference
Namespace: UAssetAPI.PropertyTypes.Structs
public class FLevelSequenceLegacyObjectReference
Inheritance Object → FLevelSequenceLegacyObjectReference
Fields
ObjectId
public Guid ObjectId;
ObjectPath
public FString ObjectPath;
Constructors
FLevelSequenceLegacyObjectReference(Guid, FString)
public FLevelSequenceLegacyObjectReference(Guid objectId, FString objectPath)
Parameters
objectId
Guid
objectPath
FString
FLevelSequenceLegacyObjectReference(AssetBinaryReader)
public FLevelSequenceLegacyObjectReference(AssetBinaryReader reader)
Parameters
reader
AssetBinaryReader
Methods
Write(AssetBinaryWriter)
public int Write(AssetBinaryWriter writer)
Parameters
writer
AssetBinaryWriter