Skip to content
Snippets Groups Projects
Commit eededd20 authored by Marcel Krüger's avatar Marcel Krüger
Browse files

Fix sourcecode comment of OnTargeted function

Fixes the sourcecode of the OnTargeted function which will also fix the 
tooltips that are shown in UE
parent c6059178
No related branches found
No related tags found
1 merge request!42Fix sourcecode comment of OnTargeted function
Pipeline #167505 failed
...@@ -19,7 +19,7 @@ class ITargetable ...@@ -19,7 +19,7 @@ class ITargetable
GENERATED_IINTERFACE_BODY() GENERATED_IINTERFACE_BODY()
public: public:
// function that will be called when clickable actor got clicked, and passed the world pos of the click // function that will be called when targetable actor is targeted, the world pos of the target is returned
UFUNCTION(BlueprintNativeEvent, BlueprintCallable, Category = Gameplay) UFUNCTION(BlueprintNativeEvent, BlueprintCallable, Category = Gameplay)
void OnTargeted(FVector WorldPositionOfTarget); void OnTargeted(FVector WorldPositionOfTarget);
}; };
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment