'Declaration
<CanBeNullAttribute()> <ContractAnnotationAttribute("null => null; notnull => notnull")> Public Shared Function ToUAAttributeArguments( _ ByVal attributePoint As UAAttributePoint _ ) As UAAttributeArguments
'Usage
Dim attributePoint As UAAttributePoint Dim value As UAAttributeArguments value = UAAttributePoint.ToUAAttributeArguments(attributePoint)
[CanBeNull()] [ContractAnnotation("null => null; notnull => notnull")] public static UAAttributeArguments ToUAAttributeArguments( UAAttributePoint attributePoint )
[CanBeNull()] [ContractAnnotation("null => null; notnull => notnull")] public: static UAAttributeArguments^ ToUAAttributeArguments( UAAttributePoint^ attributePoint )
Parameters
- attributePoint
- The attribute point to be converted.
Return Value
The attribute arguments that correspond to the attribute point. null if the attribute point passed in was null.