Navigation
Unreal Engine C++ API Reference > Runtime > CoreUObject > UObject > TScriptInterface
Type | Name | Description | |
---|---|---|---|
![]() |
TScriptInterface & | operator=
(
const TScriptInterface& |
|
![]() |
TScriptInterface & | Assignment from nullptr | |
![]() |
TScriptInterface & | operator=
(
U&& Source |
Assignment from an object type that may natively implement InterfaceType |
![]() |
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 may natively implement InterfaceType |