Navigation
API > API/Plugins > API/Plugins/UnrealUSDWrapper > API/Plugins/UnrealUSDWrapper/FUsdAttribute
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FUsdAttribute & operator=
(
const FUsdAttribute& Other |
UsdWrappers/UsdAttribute.h | ||
FUsdAttribute & operator=
(
FUsdAttribute&& Other |
UsdWrappers/UsdAttribute.h |
operator=(const FUsdAttribute &)
| Name | operator= |
| Type | function |
| Header File | /Engine/Plugins/Runtime/USDCore/Source/UnrealUSDWrapper/Public/UsdWrappers/UsdAttribute.h |
| Include Path | #include "UsdWrappers/UsdAttribute.h" |
| Source | /Engine/Plugins/Runtime/USDCore/Source/UnrealUSDWrapper/Private/UsdWrappers/UsdAttribute.cpp |
FUsdAttribute & operator=
(
const FUsdAttribute & Other
)
operator=(FUsdAttribute &&)
| Name | operator= |
| Type | function |
| Header File | /Engine/Plugins/Runtime/USDCore/Source/UnrealUSDWrapper/Public/UsdWrappers/UsdAttribute.h |
| Include Path | #include "UsdWrappers/UsdAttribute.h" |
| Source | /Engine/Plugins/Runtime/USDCore/Source/UnrealUSDWrapper/Private/UsdWrappers/UsdAttribute.cpp |
FUsdAttribute & operator=
(
FUsdAttribute && Other
)