UEngine::GetGlobalFunctionCallspace

Called from GetFunctionCallspace on specific objects to check for authority/cosmetic function tags using global state

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/Engine.h

Include

#include "Engine/Engine.h"

Source

/Engine/Source/Runtime/Engine/Private/UnrealEngine.cpp

Syntax

int32 GetGlobalFunctionCallspace
(
    UFunction * Function,
    UObject * FunctionTarget,
    FFrame * Stack
)

Remarks

Called from GetFunctionCallspace on specific objects to check for authority/cosmetic function tags using global state

Parameters

Parameter

Description

Function

Function to check for network mode flags like AuthorityOnly, cannot be null

FunctionTarget

Object this function will be called on, if not null this may be used to determine context

Stack

Function call stack, if not null this may be used to determine context

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