UMockCharacterAbilityComponent::DECLARE_DYNAMIC_MULTICAST_DELEGATE_ThreeParams

Blueprint assignable events for blinking. This allows the user/blueprint to implement rollback-able events.

Windows
MacOS
Linux

References

Module

NetworkPredictionExtras

Header

/Engine/Plugins/Runtime/NetworkPredictionExtras/Source/NetworkPredictionExtras/Public/MockCharacterAbilitySimulation.h

Include

#include "MockCharacterAbilitySimulation.h"

Syntax

DECLARE_DYNAMIC_MULTICAST_DELEGATE_ThreeParams
(
    FMockCharacterAbilityBlinkCueEvent,
    FVector,
    DestinationLocation,
    int32,
    RandomValue,
    float,
    ElapsedTimeSeconds
)

Remarks

Blueprint assignable events for blinking. This allows the user/blueprint to implement rollback-able events.

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