Skip to content
Snippets Groups Projects
Commit 317f30fa authored by Simon Oehrl's avatar Simon Oehrl
Browse files

Merge branch 'fix/OnTarget-Comment' into 'develop'

Fix sourcecode comment of OnTargeted function

See merge request VR-Group/unreal-development/plugins/ndisplayextensions!42
parents c6059178 eededd20
No related branches found
No related tags found
1 merge request!42Fix sourcecode comment of OnTargeted function
......@@ -19,7 +19,7 @@ class ITargetable
GENERATED_IINTERFACE_BODY()
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)
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