FInputActionValue::FInputActionValue

Specialized constructors for supported types Converting a value to a different type (e.g. Val = [FVector(1, 1, 1)](API\Plugins\EditableMesh\EMeshElementAttributeType); Val = true;) zeroes out any unused components to ensure getters continue to function correctly.

Windows
MacOS
Linux

References

Module

EnhancedInput

Header

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

Include

#include "InputActionValue.h"

Syntax

FInputActionValue
(
    bool bInValue
)

Remarks

Specialized constructors for supported types Converting a value to a different type (e.g. Val = FVector(1, 1, 1); Val = true;) zeroes out any unused components to ensure getters continue to function correctly.

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