Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject > API/Runtime/CoreUObject/UObject/TScriptInterface
Type | Name | Description | |
---|---|---|---|
![]() |
TScriptInterface & | operator=
(
const TScriptInterface& |
|
![]() |
TScriptInterface & | operator=
(
TYPE_OF_NULLPTR |
Assignment from nullptr |
![]() |
TScriptInterface & | operator=
(
U&& Source |
Assignment from an object type that implements the InterfaceType native interface class |
![]() |
TScriptInterface & | operator=
(
const TScriptInterface< OtherInterfaceType >& Other |
Assignment from another script interface of a compatible interface type |
![]() |
TScriptInterface & | operator=
(
TObjectPtr< ObjectType > SourceObject |
Assignment from an object type that implements the InterfaceType native interface class |