Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject
Description
Return the space this function should be called. Checks to see if this function should be called locally, remotely, or simply absorbed under the given conditions
| Name | GetFunctionCallspace |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/Object.h |
| Include Path | #include "UObject/Object.h" |
virtual int32 GetFunctionCallspace
(
UFunction * Function,
FFrame * Stack
)
bitmask representing all callspaces that apply to this UFunction in the given context
Parameters
| Name | Remarks |
|---|---|
| Function | function to call |
| Stack | stack frame for the function call |