FDelegateBase::GetUObject

If this is a [UFunction](API\Runtime\CoreUObject\UObject\UFunction) or [UObject](API\Runtime\CoreUObject\UObject\UObject) delegate, return the [UObject](API\Runtime\CoreUObject\UObject\UObject).

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Delegates/DelegateBase.h"

Syntax

UObject * GetUObject() const

Remarks

If this is a UFunction or UObject delegate, return the UObject.

Returns

The object associated with this delegate if there is one.

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