Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/FScriptInterface
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Default constructor | UObject/ScriptInterface.h | ||
FScriptInterface
(
const FScriptInterface& |
Copyable | UObject/ScriptInterface.h | |
FScriptInterface
(
UObject* InObjectPointer, |
Construction from object and interface | UObject/ScriptInterface.h |
FScriptInterface()
Description
Default constructor
| Name | FScriptInterface |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/ScriptInterface.h |
| Include Path | #include "UObject/ScriptInterface.h" |
FScriptInterface()
FScriptInterface(const FScriptInterface &)
Description
Copyable
| Name | FScriptInterface |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/ScriptInterface.h |
| Include Path | #include "UObject/ScriptInterface.h" |
FScriptInterface
(
const FScriptInterface &
)
FScriptInterface(UObject , void )
Description
Construction from object and interface
| Name | FScriptInterface |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/ScriptInterface.h |
| Include Path | #include "UObject/ScriptInterface.h" |
FScriptInterface
(
UObject * InObjectPointer,
void * InInterfacePointer
)