あっぷあっぷブログ

UnrealEngine(ゲーム用途)関連の備忘録です。

【UE5/Log】Enhanced Inputのエラー

エラーログ

LogOutputDevice: Error: === Handled ensure: ===
LogOutputDevice: Error: Ensure condition failed: CurrentValue.GetValueType() != EInputActionValueType::Boolean  [File:D:\build\++UE5\Sync\Engine\Plugins\EnhancedInput\Source\EnhancedInput\Private\InputModifiers.cpp] [Line: 42] 
LogOutputDevice: Error: Scale modifier doesn't support boolean values.

InputActionのValueTypeと関係ないModifiersが設定されていたたためこのエラーがでているようです。

InputActionの設定


InputActionのValueTypeがBool値

InputMappingContextの設定


Bool値とは関係ないModifiersが設定されていました。