bruh moment pt.3
This commit is contained in:
parent
5bb52e3748
commit
b35977e4cc
76
gitignore
Normal file
76
gitignore
Normal file
@ -0,0 +1,76 @@
|
|||||||
|
# ---> UnrealEngine
|
||||||
|
# Visual Studio 2015 user specific files
|
||||||
|
.vs/
|
||||||
|
|
||||||
|
# Compiled Object files
|
||||||
|
*.slo
|
||||||
|
*.lo
|
||||||
|
*.o
|
||||||
|
*.obj
|
||||||
|
|
||||||
|
# Precompiled Headers
|
||||||
|
*.gch
|
||||||
|
*.pch
|
||||||
|
|
||||||
|
# Compiled Dynamic libraries
|
||||||
|
*.so
|
||||||
|
*.dylib
|
||||||
|
|
||||||
|
|
||||||
|
# Fortran module files
|
||||||
|
*.mod
|
||||||
|
|
||||||
|
# Compiled Static libraries
|
||||||
|
*.lai
|
||||||
|
*.la
|
||||||
|
*.a
|
||||||
|
*.lib
|
||||||
|
|
||||||
|
# Executables
|
||||||
|
*.exe
|
||||||
|
*.out
|
||||||
|
*.app
|
||||||
|
*.ipa
|
||||||
|
|
||||||
|
# These project files can be generated by the engine
|
||||||
|
*.xcodeproj
|
||||||
|
*.xcworkspace
|
||||||
|
*.sln
|
||||||
|
*.suo
|
||||||
|
*.opensdf
|
||||||
|
*.sdf
|
||||||
|
*.VC.db
|
||||||
|
*.VC.opendb
|
||||||
|
|
||||||
|
# Precompiled Assets
|
||||||
|
SourceArt/**/*.png
|
||||||
|
SourceArt/**/*.tga
|
||||||
|
|
||||||
|
# Binary Files
|
||||||
|
Binaries/*
|
||||||
|
Plugins/*/Binaries/*
|
||||||
|
|
||||||
|
# Builds
|
||||||
|
Build/*
|
||||||
|
|
||||||
|
# Whitelist PakBlacklist-<BuildConfiguration>.txt files
|
||||||
|
!Build/*/
|
||||||
|
Build/*/**
|
||||||
|
!Build/*/PakBlacklist*.txt
|
||||||
|
|
||||||
|
# Don't ignore icon files in Build
|
||||||
|
!Build/**/*.ico
|
||||||
|
|
||||||
|
# Built data for maps
|
||||||
|
*_BuiltData.uasset
|
||||||
|
|
||||||
|
# Configuration files generated by the Editor
|
||||||
|
Saved/*
|
||||||
|
|
||||||
|
# Compiled source files for the engine to use
|
||||||
|
Intermediate/*
|
||||||
|
Plugins/*/Intermediate/*
|
||||||
|
|
||||||
|
# Cache files for the editor to use
|
||||||
|
DerivedDataCache/*
|
||||||
|
|
@ -1,10 +1,10 @@
|
|||||||
{
|
{
|
||||||
"SourceFiles": [
|
"SourceFiles": [
|
||||||
"D:\\GitHub\\Personal Projects\\Illusion-UE5\\hwanyoung2\\Source\\hwanyoung2\\hwanyoung2.Build.cs",
|
"/Users/shay/Documents/GitHub/Illusion-UE5/hwanyoung2/Source/hwanyoung2/hwanyoung2.Build.cs",
|
||||||
"D:\\GitHub\\Personal Projects\\Illusion-UE5\\hwanyoung2\\Plugins\\FMODStudio\\Source\\FMODStudio\\FMODStudio.Build.cs",
|
"/Users/shay/Documents/GitHub/Illusion-UE5/hwanyoung2/Plugins/FMODStudio/Source/FMODStudioEditor/FMODStudioEditor.Build.cs",
|
||||||
"D:\\GitHub\\Personal Projects\\Illusion-UE5\\hwanyoung2\\Plugins\\FMODStudio\\Source\\FMODStudioEditor\\FMODStudioEditor.Build.cs",
|
"/Users/shay/Documents/GitHub/Illusion-UE5/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/FMODStudio.Build.cs",
|
||||||
"D:\\GitHub\\Personal Projects\\Illusion-UE5\\hwanyoung2\\Source\\hwanyoung2.Target.cs",
|
"/Users/shay/Documents/GitHub/Illusion-UE5/hwanyoung2/Source/hwanyoung2.Target.cs",
|
||||||
"D:\\GitHub\\Personal Projects\\Illusion-UE5\\hwanyoung2\\Source\\hwanyoung2Editor.Target.cs"
|
"/Users/shay/Documents/GitHub/Illusion-UE5/hwanyoung2/Source/hwanyoung2Editor.Target.cs"
|
||||||
],
|
],
|
||||||
"EngineVersion": "5.1.1"
|
"EngineVersion": "5.1.1"
|
||||||
}
|
}
|
@ -1,5 +0,0 @@
|
|||||||
[CrashReportClient]
|
|
||||||
bHideLogFilesOption=false
|
|
||||||
bIsAllowedToCloseWithoutSending=true
|
|
||||||
CrashConfigPurgeDays=2
|
|
||||||
|
|
@ -1,5 +0,0 @@
|
|||||||
[CrashReportClient]
|
|
||||||
bHideLogFilesOption=false
|
|
||||||
bIsAllowedToCloseWithoutSending=true
|
|
||||||
CrashConfigPurgeDays=2
|
|
||||||
|
|
@ -1,5 +0,0 @@
|
|||||||
[CrashReportClient]
|
|
||||||
bHideLogFilesOption=false
|
|
||||||
bIsAllowedToCloseWithoutSending=true
|
|
||||||
CrashConfigPurgeDays=2
|
|
||||||
|
|
1
hwanyoung2/Saved/Config/MacEditor/Compat.ini
Normal file
1
hwanyoung2/Saved/Config/MacEditor/Compat.ini
Normal file
@ -0,0 +1 @@
|
|||||||
|
|
1
hwanyoung2/Saved/Config/MacEditor/ControlRig.ini
Normal file
1
hwanyoung2/Saved/Config/MacEditor/ControlRig.ini
Normal file
@ -0,0 +1 @@
|
|||||||
|
|
1
hwanyoung2/Saved/Config/MacEditor/DatasmithContent.ini
Normal file
1
hwanyoung2/Saved/Config/MacEditor/DatasmithContent.ini
Normal file
@ -0,0 +1 @@
|
|||||||
|
|
1
hwanyoung2/Saved/Config/MacEditor/DeviceProfiles.ini
Normal file
1
hwanyoung2/Saved/Config/MacEditor/DeviceProfiles.ini
Normal file
@ -0,0 +1 @@
|
|||||||
|
|
1
hwanyoung2/Saved/Config/MacEditor/Editor.ini
Normal file
1
hwanyoung2/Saved/Config/MacEditor/Editor.ini
Normal file
@ -0,0 +1 @@
|
|||||||
|
|
@ -0,0 +1 @@
|
|||||||
|
|
@ -0,0 +1 @@
|
|||||||
|
|
48
hwanyoung2/Saved/Config/MacEditor/Engine.ini
Normal file
48
hwanyoung2/Saved/Config/MacEditor/Engine.ini
Normal file
@ -0,0 +1,48 @@
|
|||||||
|
[Core.System]
|
||||||
|
Paths=../../../Engine/Content
|
||||||
|
Paths=%GAMEDIR%Content
|
||||||
|
Paths=../../../Engine/Plugins/Bridge/Content
|
||||||
|
Paths=../../../Engine/Plugins/VirtualProduction/Takes/Content
|
||||||
|
Paths=../../../Engine/Plugins/FX/Niagara/Content
|
||||||
|
Paths=../../../Engine/Plugins/Runtime/ResonanceAudio/Content
|
||||||
|
Paths=../../../Engine/Plugins/Runtime/AudioWidgets/Content
|
||||||
|
Paths=../../../Engine/Plugins/Runtime/MeshModelingToolset/Content
|
||||||
|
Paths=../../../Engine/Plugins/Runtime/AudioSynesthesia/Content
|
||||||
|
Paths=../../../Engine/Plugins/Runtime/Synthesis/Content
|
||||||
|
Paths=../../../Engine/Plugins/Runtime/StateTree/Content
|
||||||
|
Paths=../../../Engine/Plugins/Runtime/GeometryProcessing/Content
|
||||||
|
Paths=../../../Engine/Plugins/Runtime/WaveTable/Content
|
||||||
|
Paths=../../../Engine/Plugins/Runtime/Metasound/Content
|
||||||
|
Paths=../../../Engine/Plugins/Runtime/GameplayStateTree/Content
|
||||||
|
Paths=../../../Engine/Plugins/Editor/BlueprintHeaderView/Content
|
||||||
|
Paths=../../../Engine/Plugins/Editor/ModelingToolsEditorMode/Content
|
||||||
|
Paths=../../../Engine/Plugins/Editor/GLTFImporter/Content
|
||||||
|
Paths=../../../Engine/Plugins/Editor/GeometryMode/Content
|
||||||
|
Paths=../../../Engine/Plugins/Editor/SpeedTreeImporter/Content
|
||||||
|
Paths=../../../Engine/Plugins/Media/MediaPlate/Content
|
||||||
|
Paths=../../../Engine/Plugins/Interchange/Runtime/Content
|
||||||
|
Paths=../../../Engine/Plugins/Animation/ControlRigSpline/Content
|
||||||
|
Paths=../../../Engine/Plugins/Animation/ControlRig/Content
|
||||||
|
Paths=../../../Engine/Plugins/Animation/IKRig/Content
|
||||||
|
Paths=../../../Engine/Plugins/Media/MediaCompositing/Content
|
||||||
|
Paths=../../../Engine/Plugins/2D/Paper2D/Content
|
||||||
|
Paths=../../../Engine/Plugins/Experimental/Dataflow/Content
|
||||||
|
Paths=../../../Engine/Plugins/Experimental/MeshLODToolset/Content
|
||||||
|
Paths=../../../Engine/Plugins/Experimental/ChaosNiagara/Content
|
||||||
|
Paths=../../../Engine/Plugins/Experimental/PythonScriptPlugin/Content
|
||||||
|
Paths=../../../Engine/Plugins/Experimental/GeometryFlow/Content
|
||||||
|
Paths=../../../Engine/Plugins/Experimental/ChaosSolverPlugin/Content
|
||||||
|
Paths=../../../Engine/Plugins/Experimental/UVEditor/Content
|
||||||
|
Paths=../../../Engine/Plugins/Experimental/MeshModelingToolsetExp/Content
|
||||||
|
Paths=../../../Engine/Plugins/Experimental/ChaosCaching/Content
|
||||||
|
Paths=../../../Engine/Plugins/Experimental/ChaosClothEditor/Content
|
||||||
|
Paths=../../../Engine/Plugins/Experimental/FullBodyIK/Content
|
||||||
|
Paths=../../../Engine/Plugins/Experimental/GeometryCollectionPlugin/Content
|
||||||
|
Paths=../../../Engine/Plugins/Developer/AnimationSharing/Content
|
||||||
|
Paths=../../../Engine/Plugins/MovieScene/SequencerScripting/Content
|
||||||
|
Paths=../../../Engine/Plugins/Enterprise/GLTFExporter/Content
|
||||||
|
Paths=../../../Engine/Plugins/Enterprise/DatasmithContent/Content
|
||||||
|
Paths=../../../Engine/Plugins/Editor/ObjectMixer/ObjectMixer/Content
|
||||||
|
Paths=../../../Engine/Plugins/Editor/ObjectMixer/LightMixer/Content
|
||||||
|
Paths=../../../../../../shay/Documents/GitHub/Illusion-UE5/hwanyoung2/Plugins/FMODStudio/Content
|
||||||
|
|
1
hwanyoung2/Saved/Config/MacEditor/EnhancedInput.ini
Normal file
1
hwanyoung2/Saved/Config/MacEditor/EnhancedInput.ini
Normal file
@ -0,0 +1 @@
|
|||||||
|
|
1
hwanyoung2/Saved/Config/MacEditor/FullBodyIK.ini
Normal file
1
hwanyoung2/Saved/Config/MacEditor/FullBodyIK.ini
Normal file
@ -0,0 +1 @@
|
|||||||
|
|
1
hwanyoung2/Saved/Config/MacEditor/GLTFExporter.ini
Normal file
1
hwanyoung2/Saved/Config/MacEditor/GLTFExporter.ini
Normal file
@ -0,0 +1 @@
|
|||||||
|
|
1
hwanyoung2/Saved/Config/MacEditor/Game.ini
Normal file
1
hwanyoung2/Saved/Config/MacEditor/Game.ini
Normal file
@ -0,0 +1 @@
|
|||||||
|
|
1
hwanyoung2/Saved/Config/MacEditor/GameUserSettings.ini
Normal file
1
hwanyoung2/Saved/Config/MacEditor/GameUserSettings.ini
Normal file
@ -0,0 +1 @@
|
|||||||
|
|
1
hwanyoung2/Saved/Config/MacEditor/GameplayAbilities.ini
Normal file
1
hwanyoung2/Saved/Config/MacEditor/GameplayAbilities.ini
Normal file
@ -0,0 +1 @@
|
|||||||
|
|
1
hwanyoung2/Saved/Config/MacEditor/GameplayStateTree.ini
Normal file
1
hwanyoung2/Saved/Config/MacEditor/GameplayStateTree.ini
Normal file
@ -0,0 +1 @@
|
|||||||
|
|
1
hwanyoung2/Saved/Config/MacEditor/GameplayTags.ini
Normal file
1
hwanyoung2/Saved/Config/MacEditor/GameplayTags.ini
Normal file
@ -0,0 +1 @@
|
|||||||
|
|
1
hwanyoung2/Saved/Config/MacEditor/Hardware.ini
Normal file
1
hwanyoung2/Saved/Config/MacEditor/Hardware.ini
Normal file
@ -0,0 +1 @@
|
|||||||
|
|
1
hwanyoung2/Saved/Config/MacEditor/Input.ini
Normal file
1
hwanyoung2/Saved/Config/MacEditor/Input.ini
Normal file
@ -0,0 +1 @@
|
|||||||
|
|
1
hwanyoung2/Saved/Config/MacEditor/Interchange.ini
Normal file
1
hwanyoung2/Saved/Config/MacEditor/Interchange.ini
Normal file
@ -0,0 +1 @@
|
|||||||
|
|
1
hwanyoung2/Saved/Config/MacEditor/Lightmass.ini
Normal file
1
hwanyoung2/Saved/Config/MacEditor/Lightmass.ini
Normal file
@ -0,0 +1 @@
|
|||||||
|
|
1
hwanyoung2/Saved/Config/MacEditor/Metasound.ini
Normal file
1
hwanyoung2/Saved/Config/MacEditor/Metasound.ini
Normal file
@ -0,0 +1 @@
|
|||||||
|
|
1
hwanyoung2/Saved/Config/MacEditor/Niagara.ini
Normal file
1
hwanyoung2/Saved/Config/MacEditor/Niagara.ini
Normal file
@ -0,0 +1 @@
|
|||||||
|
|
1
hwanyoung2/Saved/Config/MacEditor/Paper2D.ini
Normal file
1
hwanyoung2/Saved/Config/MacEditor/Paper2D.ini
Normal file
@ -0,0 +1 @@
|
|||||||
|
|
1
hwanyoung2/Saved/Config/MacEditor/RuntimeOptions.ini
Normal file
1
hwanyoung2/Saved/Config/MacEditor/RuntimeOptions.ini
Normal file
@ -0,0 +1 @@
|
|||||||
|
|
1
hwanyoung2/Saved/Config/MacEditor/Scalability.ini
Normal file
1
hwanyoung2/Saved/Config/MacEditor/Scalability.ini
Normal file
@ -0,0 +1 @@
|
|||||||
|
|
1
hwanyoung2/Saved/Config/MacEditor/StateTree.ini
Normal file
1
hwanyoung2/Saved/Config/MacEditor/StateTree.ini
Normal file
@ -0,0 +1 @@
|
|||||||
|
|
1
hwanyoung2/Saved/Config/MacEditor/StructUtils.ini
Normal file
1
hwanyoung2/Saved/Config/MacEditor/StructUtils.ini
Normal file
@ -0,0 +1 @@
|
|||||||
|
|
1
hwanyoung2/Saved/Config/MacEditor/Synthesis.ini
Normal file
1
hwanyoung2/Saved/Config/MacEditor/Synthesis.ini
Normal file
@ -0,0 +1 @@
|
|||||||
|
|
1
hwanyoung2/Saved/Config/MacEditor/TraceDataFilters.ini
Normal file
1
hwanyoung2/Saved/Config/MacEditor/TraceDataFilters.ini
Normal file
@ -0,0 +1 @@
|
|||||||
|
|
@ -0,0 +1 @@
|
|||||||
|
|
Loading…
Reference in New Issue
Block a user