UObject::ProcessEvent

Called by VM to execute a [UFunction](API\Runtime\CoreUObject\UObject\UFunction) with a filled in [UStruct](API\Runtime\CoreUObject\UObject\UStruct) of parameters

Windows
MacOS
Linux

Override Hierarchy

UObject::ProcessEvent()

AActor::ProcessEvent()

References

Module

CoreUObject

Header

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

Include

#include "UObject/Object.h"

Source

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

Syntax

virtual void ProcessEvent
(
    UFunction * Function,
    void * Parms
)

Remarks

Called by VM to execute a UFunction with a filled in UStruct of parameters

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