EAutoReceiveInput::Type

Specifies which player index will pass input to this actor/component

Windows
MacOS
Linux

References

Module

Engine

Header

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

Include

#include "Engine/EngineTypes.h"

Syntax

namespace EAutoReceiveInput
{
    enum Type
    {
        Disabled,
        Player0,
        Player1,
        Player2,
        Player3,
        Player4,
        Player5,
        Player6,
        Player7,
    }
}

Values

Name

Description

Disabled

Player0

Player1

Player2

Player3

Player4

Player5

Player6

Player7

Remarks

Specifies which player index will pass input to this actor/component

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