Skip to content

Commit

Permalink
Merge pull request #2 from JanSeliv/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
JanSeliv authored Jun 11, 2023
2 parents 53f1c23 + 241dfc9 commit aac1347
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 4 deletions.
Binary file modified Binaries/Win64/UnrealEditor-FunctionPicker.dll
Binary file not shown.
Binary file modified Binaries/Win64/UnrealEditor-FunctionPicker.pdb
Binary file not shown.
Binary file modified Binaries/Win64/UnrealEditor-FunctionPickerEditor.dll
Binary file not shown.
Binary file modified Binaries/Win64/UnrealEditor-FunctionPickerEditor.pdb
Binary file not shown.
2 changes: 1 addition & 1 deletion Binaries/Win64/UnrealEditor.modules
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"BuildId": "23058290",
"BuildId": "25360045",
"Modules":
{
"FunctionPicker": "UnrealEditor-FunctionPicker.dll",
Expand Down
2 changes: 1 addition & 1 deletion FunctionPicker.uplugin
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "mailto:janseliw@gmail.com",
"EngineVersion": "5.1",
"EngineVersion": "5.2.0",
"EnabledByDefault": true,
"CanContainContent": false,
"IsBetaVersion": false,
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ Detailed documentation about the Function Picker can be found [here](https://doc

## 🎓 Sample Projects

Check out our [Release](https://github.com/JanSeliv/FunctionPicker/releases) page a sample project showcasing the Function Picker.
Check out our [Release](https://github.com/JanSeliv/FunctionPicker/releases) page for a sample project showcasing the Function Picker.

Also, explore this [game project repository](https://github.com/JanSeliv/Bomber) to view the Function Picker in action.

## 📅 Changelog
#### 2023-06-09
- 🎉 Initial public release.
- 🎉 Initial public release on Unreal Engine 5.2

## 📫 Feedback & Contribution

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
// Copyright (c) Yevhenii Selivanov.

#include "FunctionPickerData/FunctionPicker.h"
//---
#include UE_INLINE_GENERATED_CPP_BY_NAME(FunctionPicker)

// Empty settings function
const FFunctionPicker FFunctionPicker::Empty = FFunctionPicker();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
#include "FunctionPickerType/FunctionPickerCustomization.h"
//---
#include "FunctionPickerData/FunctionPicker.h"
//---
#include "PropertyEditorModule.h"
#include "PropertyHandle.h"

// The name of class to be customized: FunctionPicker
const FName FFunctionPickerCustomization::PropertyClassName = FFunctionPicker::StaticStruct()->GetFName();
Expand Down

0 comments on commit aac1347

Please sign in to comment.