UFunction::Invoke

Invokes the [UFunction](API\Runtime\CoreUObject\UObject\UFunction) on a [UObject](API\Runtime\CoreUObject\UObject\UObject).

Windows
MacOS
Linux

References

Module

CoreUObject

Header

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

Include

#include "UObject/Class.h"

Source

/Engine/Source/Runtime/CoreUObject/Private/UObject/Class.cpp

Syntax

void Invoke
(
    UObject * Obj,
    FFrame & Stack,
    void *const Z_Param__Result
)

Remarks

Invokes the UFunction on a UObject.

Parameters

Parameter

Description

Obj

The object to invoke the function on.

Stack

The parameter stack for the function call.

Result

The result of the function.

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