FInputActionUnifiedDelegate::BindDelegate

Binds a native delegate and unbinds any bound dynamic delegate

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Components/InputComponent.h

Include

#include "Components/InputComponent.h"

Syntax

template<class UserClass>
void BindDelegate
(
    UserClass * Object,
    typename FInputActionHandlerSignature::template TUObjectMethodDelegate< UserClass >::FMethodPtr Func
)

Remarks

Binds a native delegate and unbinds any bound dynamic delegate

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