You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Fixed the previous Cis Fix in TUObjectPropertyBase
[CL 2704137 by Maciej Mroz in Main branch]
This commit is contained in:
committed by
maciej.mroz@epicgames.com
parent
776660ed97
commit
edacaa6860
@@ -1860,7 +1860,7 @@ public:
|
||||
|
||||
virtual FString GetCPPType(FString* ExtendedTypeText, uint32 CPPExportFlags) const override
|
||||
{
|
||||
return UObjectPropertyBase::GetCPPTypeCustom(ExtendedTypeText, CPPExportFlags, UObjectPropertyBase::PropertyClass);
|
||||
return this->GetCPPTypeCustom(ExtendedTypeText, CPPExportFlags, UObjectPropertyBase::PropertyClass);
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user