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