Skip to content

Commit 4428210

Browse files
author
Nako Sung
committed
new Actor(outer,name)
1 parent d436139 commit 4428210

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Plugins/UnrealJS/Source/V8/Private/JavascriptIsolate_Private.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1670,6 +1670,10 @@ class FJavascriptIsolateImplementation : public FJavascriptIsolate
16701670
{
16711671
Outer = value;
16721672
}
1673+
if (info.Length() > 1)
1674+
{
1675+
Name = FName(*StringFromV8(info[1]));
1676+
}
16731677
}
16741678

16751679
PreCreate();

0 commit comments

Comments
 (0)