IDelegateInstance::GetUObject

Returns the [UObject](API\Runtime\CoreUObject\UObject\UObject) that this delegate instance is bound to.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Delegates/IDelegateInstance.h

Include

#include "Delegates/IDelegateInstance.h"

Syntax

UObject * GetUObject() const

Remarks

Returns the UObject that this delegate instance is bound to.

Returns

Pointer to the UObject, or nullptr if not bound to a UObject.

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