'Declaration
<DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)> <NotNullAttribute()> Public Shared ReadOnly Property DefaultAttributeData As UAAttributeData
'Usage
Dim value As UAAttributeData value = UAAttributePointArguments.DefaultAttributeData
[DebuggerBrowsable(DebuggerBrowsableState.Never)] [NotNull()] public static UAAttributeData DefaultAttributeData {get;}
[DebuggerBrowsable(DebuggerBrowsableState.Never)] [NotNull()] public: static property UAAttributeData^ DefaultAttributeData { UAAttributeData^ get(); }