IntroducedAttribute
Namespace: UAssetAPI.CustomVersions
Represents the engine version at the time that a custom version was implemented.
public class IntroducedAttribute : System.Attribute
Inheritance Object → Attribute → IntroducedAttribute
Fields
IntroducedVersion
public EngineVersion IntroducedVersion;
Properties
TypeId
public object TypeId { get; }
Property Value
Constructors
IntroducedAttribute(EngineVersion)
public IntroducedAttribute(EngineVersion introducedVersion)
Parameters
introducedVersion
EngineVersion