Resave blueprints, solve a crash
This commit is contained in:
16
Plugins/PaperFlipbookWidget/.gitignore
vendored
Normal file
16
Plugins/PaperFlipbookWidget/.gitignore
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
# # a comment - this is ignored
|
||||
# *.a # no .a files
|
||||
# !lib.a # but do track lib.a, even though you're ignoring .a files above
|
||||
# /TODO # only ignore the root TODO file, not subdir/TODO
|
||||
# build/ # ignore all files in the build/ directory
|
||||
# doc/*.txt # ignore doc/notes.txt, but not doc/server/arch.txt
|
||||
|
||||
!*
|
||||
*.obj
|
||||
*.dll
|
||||
*.pdb
|
||||
*.generated.h
|
||||
Intermediate/
|
||||
Saved/
|
||||
Binaries/
|
||||
.vs/
|
||||
8
Plugins/PaperFlipbookWidget/Config/FilterPlugin.ini
Normal file
8
Plugins/PaperFlipbookWidget/Config/FilterPlugin.ini
Normal file
@@ -0,0 +1,8 @@
|
||||
[FilterPlugin]
|
||||
; This section lists additional files which will be packaged along with your plugin. Paths should be listed relative to the root plugin directory, and
|
||||
; may include "...", "*", and "?" wildcards to match directories, files, and individual characters respectively.
|
||||
;
|
||||
; Examples:
|
||||
; /README.txt
|
||||
; /Extras/...
|
||||
; /Binaries/ThirdParty/*.dll
|
||||
24
Plugins/PaperFlipbookWidget/LICENSE
Normal file
24
Plugins/PaperFlipbookWidget/LICENSE
Normal file
@@ -0,0 +1,24 @@
|
||||
MIT License
|
||||
|
||||
//====================== Editor Scripting Tools ===========================//
|
||||
// Copyright 2020 Elhoussine Mehnik (Mhousse1247). All Rights Reserved.
|
||||
// It's free of charge and can be used for any project and any purpose as long as it is not violating the EULA.
|
||||
//====================== http://ue4resources.com/ ========================//
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
||||
@@ -10,9 +10,11 @@
|
||||
"DocsURL": "https://unrealengineresources.com/documentation",
|
||||
"MarketplaceURL": "https://unrealengineresources.com/plugins",
|
||||
"SupportURL": "mailto:ue4resources@gmail.com",
|
||||
"EngineVersion": "5.8.0",
|
||||
"CanContainContent": true,
|
||||
"Installed": true,
|
||||
"IsBetaVersion": false,
|
||||
"IsExperimentalVersion": false,
|
||||
"Installed": false,
|
||||
"EnabledByDefault": false,
|
||||
"Modules": [
|
||||
{
|
||||
"Name": "PaperFlipbookWidget",
|
||||
|
||||
7
Plugins/PaperFlipbookWidget/README.md
Normal file
7
Plugins/PaperFlipbookWidget/README.md
Normal file
@@ -0,0 +1,7 @@
|
||||
# To Download Examples project or Compiled plugin version
|
||||
Visit https://unrealengineresources.com/plugins
|
||||
|
||||
|
||||
# Paper Flipbook Widget
|
||||
|
||||
[](https://youtu.be/o-NE4kOKh1E)
|
||||
Reference in New Issue
Block a user