3 results for "conversions"
function function function
TSharedPtr::UE_REQUIRES Core
Template constraint applied to TSharedPtr's converting constructors and assignment operators.
TSoftObjectPtr::UE_REQUIRES (constrained conversion constructor) CoreUObject
Constrained conversion constructor that copies a TSoftObjectPtr<U> into a TSoftObjectPtr<T> only when U* is implicitly convertible to T*.
TWeakPtr::UE_REQUIRES (constrained conversion constructor) Core
Constrained conversion constructor that copies a TWeakPtr<OtherType> into a TWeakPtr<ObjectType> only when OtherType* is convertible to ObjectType*.