You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Converting ARO-facing raw pointers to TObjectPtr ahead of raw pointer ARO API deprecation.
#rb zousar.shaker #rb markus.breyer #rb robert.manuszewski #preflight 646391406b1406b54ab15460 [CL 25489627 by kirill zorin in ue5-main branch]
This commit is contained in:
@@ -1538,8 +1538,8 @@ bool USubobjectDataSubsystem::ChangeSubobjectClass(const FSubobjectDataHandle& H
|
||||
|
||||
FGuid OperationGuid;
|
||||
FName TemplateName;
|
||||
const UClass* ApplyClass;
|
||||
const UClass* RevertClass;
|
||||
TObjectPtr<const UClass> ApplyClass;
|
||||
TObjectPtr<const UClass> RevertClass;
|
||||
};
|
||||
|
||||
// To avoid all of the subobjects we are manipulating getting serialized in to the transaction buffer unnecessarily
|
||||
|
||||
Reference in New Issue
Block a user