FInputActionValue::operator[]

Read only index based value accessor, doesn't care about type. Expect 0 when accessing unused components.

Windows
MacOS
Linux

References

Module

EnhancedInput

Header

/Engine/Plugins/Experimental/EnhancedInput/Source/EnhancedInput/Public/InputActionValue.h

Include

#include "InputActionValue.h"

Syntax

float operator[]
(
    int32 Index
) const

Remarks

Read only index based value accessor, doesn't care about type. Expect 0 when accessing unused components.

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