bruh moment pt.3
This commit is contained in:
parent
5bb52e3748
commit
b35977e4cc
.DS_Storegitignore
hwanyoung2
Intermediate/Build/BuildRules
Saved/Config
CrashReportClient
UECC-Mac-15812A6D294C1663D41E6999969D03BF
UECC-Mac-16231F9A714A6882DBDDF796FA984DF1
UECC-Mac-258744F0954BE0F530A05F833D85DC5C
UECC-Mac-34EEC289FE4D9617CF67F4B263CA0A34
UECC-Mac-3B5637B3704968225734E1977AA9A755
UECC-Mac-3FEFDE13C040C6AB015942BCAAA94AC5
UECC-Mac-8229A4D1044074E7E57688B9C8584F35
UECC-Mac-8FF2349872403D15924AA7A9DDD88FA9
UECC-Mac-9C61CE582040342648FC0B93B81A7FDD
UECC-Mac-BAE4B091BB445FC44B5D08B1D137D711
UECC-Windows-BEE332F741AD8A839D023CB8707AF5BE
UECC-Windows-C336EB5A4128DC985C09328CAFDB596B
UECC-Windows-E777C43A433E0665EF4C139897D6D96B
MacEditor
Compat.iniControlRig.iniDatasmithContent.iniDeviceProfiles.iniEditor.iniEditorPerProjectUserSettings.iniEditorScriptingUtilities.iniEngine.iniEnhancedInput.iniFullBodyIK.iniGLTFExporter.iniGame.iniGameUserSettings.iniGameplayAbilities.iniGameplayStateTree.iniGameplayTags.iniHardware.iniInput.iniInterchange.iniLightmass.iniMetasound.iniNiagara.iniPaper2D.iniRuntimeOptions.iniScalability.iniStateTree.iniStructUtils.iniSynthesis.iniTraceDataFilters.iniVariantManagerContent.ini
BIN
.DS_Store
vendored
Normal file
BIN
.DS_Store
vendored
Normal file
Binary file not shown.
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": [
|
||||
"D:\\GitHub\\Personal Projects\\Illusion-UE5\\hwanyoung2\\Source\\hwanyoung2\\hwanyoung2.Build.cs",
|
||||
"D:\\GitHub\\Personal Projects\\Illusion-UE5\\hwanyoung2\\Plugins\\FMODStudio\\Source\\FMODStudio\\FMODStudio.Build.cs",
|
||||
"D:\\GitHub\\Personal Projects\\Illusion-UE5\\hwanyoung2\\Plugins\\FMODStudio\\Source\\FMODStudioEditor\\FMODStudioEditor.Build.cs",
|
||||
"D:\\GitHub\\Personal Projects\\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/hwanyoung2/hwanyoung2.Build.cs",
|
||||
"/Users/shay/Documents/GitHub/Illusion-UE5/hwanyoung2/Plugins/FMODStudio/Source/FMODStudioEditor/FMODStudioEditor.Build.cs",
|
||||
"/Users/shay/Documents/GitHub/Illusion-UE5/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/FMODStudio.Build.cs",
|
||||
"/Users/shay/Documents/GitHub/Illusion-UE5/hwanyoung2/Source/hwanyoung2.Target.cs",
|
||||
"/Users/shay/Documents/GitHub/Illusion-UE5/hwanyoung2/Source/hwanyoung2Editor.Target.cs"
|
||||
],
|
||||
"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…
x
Reference in New Issue
Block a user