TScriptInterface::operator=

Assignment operator.

Windows
MacOS
Linux

References

Module

CoreUObject

Header

/Engine/Source/Runtime/CoreUObject/Public/UObject/ScriptInterface.h

Include

#include "UObject/ScriptInterface.h"

Syntax

template<class UObjectType>
InterfaceType & operator=
(
    UObjectType * SourceObject
)

Remarks

Assignment operator.

Parameters

Parameter

Description

SourceObject

a pointer to a UObject that implements the InterfaceType native interface class.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss