Navigation
Unreal Engine C++ API Reference > Runtime > CoreUObject > UObject > TScriptInterface
Type | Name | Description | |
---|---|---|---|
![]() |
Default constructor | ||
![]() |
TScriptInterface
(
TYPE_OF_NULLPTR |
Construction from nullptr | |
![]() |
TScriptInterface
(
U&& Source |
Construction from an object type that implements the InterfaceType native interface class | |
![]() |
TScriptInterface
(
const TScriptInterface< OtherInterfaceType >& Other |
Construction from another script interface of a compatible interface type | |
![]() |
TScriptInterface
(
TObjectPtr< ObjectType > SourceObject |
Assignment from an object type that implements the InterfaceType native interface class | |
![]() |
TScriptInterface
(
const TScriptInterface< OtherInterfaceType >& Other |
||
![]() |
TScriptInterface
(
const TScriptInterface& |
Copyable |