You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Converting hardcoded short class/enum names to pathnames ahead of ANY_PACKAGE removal
#rb trivial #jira UE-99463 #preflight 6288fd998828ea88c8aef3d0 #ROBOMERGE-OWNER: robert.manuszewski #ROBOMERGE-AUTHOR: robert.manuszewski #ROBOMERGE-SOURCE: CL 20314896 via CL 20314897 via CL 20314903 via CL 20314904 #ROBOMERGE-BOT: UE5 (Release-Engine-Staging -> Main) (v948-20297126) [CL 20315214 by robert manuszewski in ue5-main branch]
This commit is contained in:
+1
-1
@@ -33,7 +33,7 @@ public:
|
||||
virtual bool CanEditChange(const FProperty* InProperty) const override;
|
||||
#endif
|
||||
|
||||
UPROPERTY(GlobalConfig, EditAnywhere, Category = General, meta = (AllowedClasses = "SoundSubmix"))
|
||||
UPROPERTY(GlobalConfig, EditAnywhere, Category = General, meta = (AllowedClasses = "/Script/Engine.SoundSubmix"))
|
||||
FSoftObjectPath OutputSubmix;
|
||||
|
||||
// Which audio engine to use.
|
||||
|
||||
Reference in New Issue
Block a user