You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Merging //UE4/Main @ 9360122 to //UE4/Dev-Core (stefan.boberg_rdu-p4merge-02_6162)
(ushell-p4-mergedown) #rb none [CL 9375569 by Stefan Boberg in Dev-Core branch]
This commit is contained in:
@@ -511,6 +511,12 @@ void FKismetBytecodeDisassembler::ProcessCommon(int32& ScriptIndex, EExprToken O
|
||||
Ar.Logf(TEXT("%s $%X: Local out variable named %s"), *Indents, (int32)Opcode, PropertyPtr ? *PropertyPtr->GetName() : TEXT("(null)"));
|
||||
break;
|
||||
}
|
||||
case EX_ClassSparseDataVariable:
|
||||
{
|
||||
UProperty* PropertyPtr = ReadPointer<UProperty>(ScriptIndex);
|
||||
Ar.Logf(TEXT("%s $%X: Class sparse data variable named %s"), *Indents, (int32)Opcode, PropertyPtr ? *PropertyPtr->GetName() : TEXT("(null)"));
|
||||
break;
|
||||
}
|
||||
case EX_InterfaceContext:
|
||||
{
|
||||
Ar.Logf(TEXT("%s $%X: EX_InterfaceContext:"), *Indents, (int32)Opcode);
|
||||
|
||||
Reference in New Issue
Block a user