Functions/Events

All the functions bellow are blueprint accessible.

Function
Description
void SetDetectionActive
(
    const bool bNewActive
);

Used to determine if the detection is active or not.

void InteractionInput
(
    FString Key,
    bool bPressed
);

Used to tell the component that the player has pressed the interaction input.

Last updated