Navigation
Unreal Engine C++ API Reference > Runtime > CoreUObject > UObject > TFieldPath > operator=
References
Module | CoreUObject |
Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/FieldPath.h |
Include | #include "UObject/FieldPath.h" |
template<typename OtherPropertyType>
void operator&61;
&40;
const TFieldPath< OtherPropertyType > & Other
&41;
Remarks
Assign from another weak pointer, intended for derived-to-base conversions
Parameters
Name | Description |
---|---|
Other | weak pointer to copy from |