Implement Line Trace through Crosshairs

This commit is contained in:
2024-09-24 18:02:33 -04:00
parent d43629a7c6
commit b2aa395c8d
14 changed files with 58 additions and 203 deletions

View File

@@ -92,7 +92,7 @@ class INTEGRATION_API UlxAnimationStepLibrary : public UObject
GENERATED_BODY()
public:
UFUNCTION(BlueprintCallable, BlueprintPure, Category = Luprex)
UFUNCTION(BlueprintCallable, BlueprintPure, Category = "Luprex")
static FString AnimationStepDebugString(const FlxAnimationStep& step);
UFUNCTION(BlueprintCallable, Meta = (DefaultToSelf = "into"), Category = Luprex)