Class UPathAttribute
Specifies how to normalize a UPath stored in a class after loading/saving an asset.
[AttributeUsage(AttributeTargets.Property|AttributeTargets.Field)]
public class UPathAttribute : Attribute
  - Inheritance
 - 
      objectUPathAttribute
 
- Inherited Members
 
Constructors
UPathAttribute(UPathRelativeTo)
Initializes a new instance of the UPathAttribute class.
public UPathAttribute(UPathRelativeTo relativeTo)
  Parameters
relativeToUPathRelativeToThe relative to.
Properties
RelativeTo
Gets how to normalize the path relative to.
public UPathRelativeTo RelativeTo { get; }
  Property Value
- UPathRelativeTo
 The relative to.