AActor::GetFunctionCallspace

Return the space this function should be called.

Windows
MacOS
Linux

Override Hierarchy

UObject::GetFunctionCallspace()

AActor::GetFunctionCallspace()

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/GameFramework/Actor.h

Include

#include "GameFramework/Actor.h"

Source

/Engine/Source/Runtime/Engine/Private/Actor.cpp

Syntax

virtual int32 GetFunctionCallspace
(
    UFunction * Function,
    FFrame * Stack
)

Remarks

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

Returns

bitmask representing all callspaces that apply to this UFunction in the given context

Parameters

Parameter

Description

Function

function to call

Stack

stack frame for the function call

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