Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject > API/Runtime/CoreUObject/UObject/UObject
References
Module | CoreUObject |
Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/Object.h |
Include | #include "UObject/Object.h" |
virtual bool CallRemoteFunction
(
UFunction * Function,
void * Parms,
struct FOutParmRec * OutParms,
FFrame * Stack
)
Remarks
Call the actor's function remotely
Parameters
Name | Description |
---|---|
Function | function to call |
Parameters | arguments to the function call |
Stack | stack frame for the function call |