FunctionCallspace::Type

Space where UFunctions are asking to be called

Windows
MacOS
Linux

References

Module

CoreUObject

Header

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

Include

#include "UObject/Script.h"

Syntax

namespace FunctionCallspace
{
    enum Type
    {
        Absorbed    = 0x0,
        Remote      = 0x1,
        Local       = 0x2,
    }
}

Values

Name

Description

Absorbed

This function call should be absorbed (ie client side with no authority)

Remote

This function call should be called remotely via its net driver

Local

This function call should be called locally

Remarks

Space where UFunctions are asking to be called

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