This website requires JavaScript.
Explore
Help
Sign In
izzy
/
UnrealEngineUWP
Watch
0
Star
0
Fork
0
You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced
2026-03-26 18:15:20 -07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
917f91f1dcf8fa6d06cd9760dec0d90077feb708
UnrealEngineUWP
/
Engine
/
Source
/
Editor
/
AudioEditor
/
Private
History
henrik karlsson
4a5e13525d
Fixed non-unity non-pch compile errors
...
#preflight skipped #rb none [CL 22788359 by henrik karlsson in ue5-main branch]
2022-10-26 16:22:34 -04:00
..
AssetTypeActions
Editor - Beginning the process to no longer make loading all assets you right click in the content browser. The first step, is setting up the code to have a deprecation flag DEPRECATE_ASSET_TYPE_ACTIONS_NEEDING_LOADED_OBJECTS, this will make it illegal to implement GetActions on all AssetTypeAction implementations. Checked in disabled, enable it locally to begin trying to implement the recommended method detailed in the IAssetTypeActions header. WIP. One of the things this change does is outlaw (regardless of deprecation) the HasActions() function, this function is no longer used at all, and so we may as well remove its implementation, it also works well as a canary in finding other samples and things that need to be upgraded.
2022-10-14 16:59:41 -04:00
Editors
…
Factories
Pass 1 on editor include fixes:
2022-09-11 18:33:06 -04:00
AudioEditorModule.cpp
Fixed non-unity non-pch compile errors
2022-10-26 16:22:34 -04:00
AudioEditorSettings.cpp
…
SGraphNodeSoundBase.cpp
…
SGraphNodeSoundBase.h
…
SGraphNodeSoundResult.cpp
…
SGraphNodeSoundResult.h
…
SoundClassEditor.cpp
This change is a strategical submit for a coming change that removes lots of includes in headers that are included by many files. This change contains adding of includes in files that previously got those includes transitively from other inclkudes
2022-10-26 12:57:32 -04:00
SoundClassEditor.h
This change is a strategical submit for a coming change that removes lots of includes in headers that are included by many files. This change contains adding of includes in files that previously got those includes transitively from other inclkudes
2022-10-26 12:57:32 -04:00
SoundClassEditorCommands.cpp
…
SoundClassEditorUtilities.cpp
…
SoundClassGraph.cpp
…
SoundClassGraphNode.cpp
…
SoundClassGraphSchema.cpp
…
SoundClassTemplates.cpp
…
SoundClassTemplates.h
…
SoundCueEditor.cpp
This change is a strategical submit for a coming change that removes lots of includes in headers that are included by many files. This change contains adding of includes in files that previously got those includes transitively from other inclkudes
2022-10-26 12:57:32 -04:00
SoundCueEditor.h
This change is a strategical submit for a coming change that removes lots of includes in headers that are included by many files. This change contains adding of includes in files that previously got those includes transitively from other inclkudes
2022-10-26 12:57:32 -04:00
SoundCueEditorUtilities.cpp
…
SoundCueGraph.cpp
…
SoundCueGraphConnectionDrawingPolicy.cpp
…
SoundCueGraphConnectionDrawingPolicy.h
…
SoundCueGraphEditorCommands.cpp
…
SoundCueGraphNode_Base.cpp
…
SoundCueGraphNode_Root.cpp
…
SoundCueGraphNode.cpp
…
SoundCueGraphNodeFactory.h
…
SoundCueGraphSchema.cpp
…
SoundModulationDestinationLayout.cpp
Fix Audio Modulation Parameter Mismatch UI Bug
2022-10-07 21:33:37 -04:00
SoundModulationDestinationLayout.h
…
SoundSubmixDefaultColorPalette.cpp
…
SoundSubmixEditor.cpp
Pass 1 on editor include fixes:
2022-09-11 18:33:06 -04:00
SoundSubmixEditor.h
…
SoundSubmixEditorUtilities.cpp
…
SoundSubmixGraph.cpp
…
SoundSubmixGraphNode.cpp
…
SoundSubmixGraphSchema.cpp
…
SSoundClassActionMenu.cpp
…
SSoundClassActionMenu.h
…
SSoundCuePalette.cpp
…
SSoundCuePalette.h
…
SSoundSubmixActionMenu.cpp
…
SSoundSubmixActionMenu.h
…
SubmixDetailsCustomization.cpp
…