Advertisement
Khalibloo

UE4 Windows Show Open File Dialog (.h)

Jul 22nd, 2018
989
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.15 KB | None | 0 0
  1. UFUNCTION(BlueprintCallable, Category = "File Ops")
  2.     static bool ShowOpenFileDialog(FString InitialDir, FString Title, bool UseFilter, FString& Filepath);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement