Unreal.js-core icon indicating copy to clipboard operation
Unreal.js-core copied to clipboard

UE5?

Open Sivx opened this issue 2 years ago • 12 comments

Sivx avatar Nov 07 '21 06:11 Sivx

SJavascriptGraphEdNode.h Line 51, remove override. Afterwards, it compiles successfully.

Sivx avatar Nov 07 '21 06:11 Sivx

it's a comment at SJavascriptGraphEdNode.h:51

VELD-Dev avatar Nov 10 '21 12:11 VELD-Dev

Is anybody working on compatibility with UE5 Preview 1 ? @naughtiest maybe ?

SBRK avatar Mar 08 '22 10:03 SBRK

Works for me in preview. Have you tried yet?

On Tue, Mar 8, 2022 at 5:02 AM Benjamin MICHEL @.***> wrote:

Is anybody working on compatibility with UE5 Preview 1 ? @naughtiest https://github.com/naughtiest maybe ?

— Reply to this email directly, view it on GitHub https://github.com/ncsoft/Unreal.js-core/issues/76#issuecomment-1061604081, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAN3SCHX5ZKWKTTVVFUX7E3U64QSXANCNFSM5HQOEEDQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you authored the thread.Message ID: @.***>

Sivx avatar Mar 08 '22 16:03 Sivx

@Sivx which branch ? There are tons of broken stuff for me with preview, the plugin does not compile at all with branch ue5-main-426689c EDIT: tried the master branch as well. Also not working. Here's a sample of the (many) errors:

Severity	Code	Description	Project	File	Line	Suppression State
Error	C2065	'UJavascriptGraphEdNode_Comment': undeclared identifier	AppLayoutStreaming	C:\dev\habx\app-layout-streaming\Plugins\Unreal.js\Source\JavascriptGraphEditor\JavascriptGraphEdNodeCreator.h	67	
Error	C2923	'FGraphNodeCreator': 'UJavascriptGraphEdNode_Comment' is not a valid template type argument for parameter 'NodeType'	AppLayoutStreaming	C:\dev\habx\app-layout-streaming\Plugins\Unreal.js\Source\JavascriptGraphEditor\JavascriptGraphEdNodeCreator.h	67	
Error	C3203	'FGraphNodeCreator': unspecialized class template can't be used as a template argument for template parameter 'ObjectType', expected a real type	AppLayoutStreaming	C:\dev\habx\app-layout-streaming\Plugins\Unreal.js\Source\JavascriptGraphEditor\JavascriptGraphEdNodeCreator.h	67	
Error	C2065	'UJavascriptGraphEdNode_Comment': undeclared identifier	AppLayoutStreaming	C:\dev\habx\app-layout-streaming\Plugins\Unreal.js\Source\JavascriptGraphEditor\JavascriptGraphEdNodeCreator.cpp	76	
Error	C2923	'FGraphNodeCreator': 'UJavascriptGraphEdNode_Comment' is not a valid template type argument for parameter 'NodeType'	AppLayoutStreaming	C:\dev\habx\app-layout-streaming\Plugins\Unreal.js\Source\JavascriptGraphEditor\JavascriptGraphEdNodeCreator.cpp	76	
Error	C2641	cannot deduce template arguments for 'FGraphNodeCreator'	AppLayoutStreaming	C:\dev\habx\app-layout-streaming\Plugins\Unreal.js\Source\JavascriptGraphEditor\JavascriptGraphEdNodeCreator.cpp	76	
Error	C2784	'FGraphNodeCreator<NodeType> FGraphNodeCreator(const FGraphNodeCreator<NodeType> &)': could not deduce template argument for 'const FGraphNodeCreator<NodeType> &' from 'UJavascriptGraphEdGraph'	AppLayoutStreaming	C:\dev\habx\app-layout-streaming\Plugins\Unreal.js\Source\JavascriptGraphEditor\JavascriptGraphEdNodeCreator.cpp	76	
Error	C2784	'FGraphNodeCreator<NodeType> FGraphNodeCreator(const FGraphNodeCreator<NodeType> &)': could not deduce template argument for 'const FGraphNodeCreator<NodeType> &' from 'UJavascriptGraphEdGraph'	AppLayoutStreaming	C:\dev\habx\app-layout-streaming\Plugins\Unreal.js\Source\JavascriptGraphEditor\JavascriptGraphEdNodeCreator.cpp	76	
Error	C2784	'FGraphNodeCreator<NodeType> FGraphNodeCreator(const FGraphNodeCreator<NodeType> &)': could not deduce template argument for 'const FGraphNodeCreator<NodeType> &' from 'UJavascriptGraphEdGraph'	AppLayoutStreaming	C:\dev\habx\app-layout-streaming\Plugins\Unreal.js\Source\JavascriptGraphEditor\JavascriptGraphEdNodeCreator.cpp	76	
Error	C2784	'FGraphNodeCreator<NodeType> FGraphNodeCreator(const FGraphNodeCreator<NodeType> &)': could not deduce template argument for 'const FGraphNodeCreator<NodeType> &' from 'UJavascriptGraphEdGraph'	AppLayoutStreaming	C:\dev\habx\app-layout-streaming\Plugins\Unreal.js\Source\JavascriptGraphEditor\JavascriptGraphEdNodeCreator.cpp	76	
Error	C2784	'FGraphNodeCreator<NodeType> FGraphNodeCreator(const FGraphNodeCreator<NodeType> &)': could not deduce template argument for 'const FGraphNodeCreator<NodeType> &' from 'UJavascriptGraphEdGraph'	AppLayoutStreaming	C:\dev\habx\app-layout-streaming\Plugins\Unreal.js\Source\JavascriptGraphEditor\JavascriptGraphEdNodeCreator.cpp	76	
Error	C2784	'FGraphNodeCreator<NodeType> FGraphNodeCreator(const FGraphNodeCreator<NodeType> &)': could not deduce template argument for 'const FGraphNodeCreator<NodeType> &' from 'UJavascriptGraphEdGraph'	AppLayoutStreaming	C:\dev\habx\app-layout-streaming\Plugins\Unreal.js\Source\JavascriptGraphEditor\JavascriptGraphEdNodeCreator.cpp	76	
Error	C2784	'FGraphNodeCreator<NodeType> FGraphNodeCreator(const FGraphNodeCreator<NodeType> &)': could not deduce template argument for 'const FGraphNodeCreator<NodeType> &' from 'UJavascriptGraphEdGraph'	AppLayoutStreaming	C:\dev\habx\app-layout-streaming\Plugins\Unreal.js\Source\JavascriptGraphEditor\JavascriptGraphEdNodeCreator.cpp	76	
Error	C2784	'FGraphNodeCreator<NodeType> FGraphNodeCreator(const FGraphNodeCreator<NodeType> &)': could not deduce template argument for 'const FGraphNodeCreator<NodeType> &' from 'UJavascriptGraphEdGraph'	AppLayoutStreaming	C:\dev\habx\app-layout-streaming\Plugins\Unreal.js\Source\JavascriptGraphEditor\JavascriptGraphEdNodeCreator.cpp	76	
Error	C2784	'FGraphNodeCreator<NodeType> FGraphNodeCreator(const FGraphNodeCreator<NodeType> &)': could not deduce template argument for 'const FGraphNodeCreator<NodeType> &' from 'UJavascriptGraphEdGraph'	AppLayoutStreaming	C:\dev\habx\app-layout-streaming\Plugins\Unreal.js\Source\JavascriptGraphEditor\JavascriptGraphEdNodeCreator.cpp	76	
Error	C2784	'FGraphNodeCreator<NodeType> FGraphNodeCreator(const FGraphNodeCreator<NodeType> &)': could not deduce template argument for 'const FGraphNodeCreator<NodeType> &' from 'UJavascriptGraphEdGraph'	AppLayoutStreaming	C:\dev\habx\app-layout-streaming\Plugins\Unreal.js\Source\JavascriptGraphEditor\JavascriptGraphEdNodeCreator.cpp	76	
Error	C2783	'FGraphNodeCreator<NodeType> FGraphNodeCreator(UEdGraph &)': could not deduce template argument for 'NodeType'	AppLayoutStreaming	C:\dev\habx\app-layout-streaming\Plugins\Unreal.js\Source\JavascriptGraphEditor\JavascriptGraphEdNodeCreator.cpp	76	
Error	C2784	'FGraphNodeCreator<NodeType> FGraphNodeCreator(FGraphNodeCreator<NodeType>)': could not deduce template argument for 'FGraphNodeCreator<NodeType>' from 'UJavascriptGraphEdGraph'	AppLayoutStreaming	C:\dev\habx\app-layout-streaming\Plugins\Unreal.js\Source\JavascriptGraphEditor\JavascriptGraphEdNodeCreator.cpp	76	
Error	C2784	'FGraphNodeCreator<NodeType> FGraphNodeCreator(FGraphNodeCreator<NodeType>)': could not deduce template argument for 'FGraphNodeCreator<NodeType>' from 'UJavascriptGraphEdGraph'	AppLayoutStreaming	C:\dev\habx\app-layout-streaming\Plugins\Unreal.js\Source\JavascriptGraphEditor\JavascriptGraphEdNodeCreator.cpp	76	
Error	C2784	'FGraphNodeCreator<NodeType> FGraphNodeCreator(FGraphNodeCreator<NodeType>)': could not deduce template argument for 'FGraphNodeCreator<NodeType>' from 'UJavascriptGraphEdGraph'	AppLayoutStreaming	C:\dev\habx\app-layout-streaming\Plugins\Unreal.js\Source\JavascriptGraphEditor\JavascriptGraphEdNodeCreator.cpp	76	
Error	C2784	'FGraphNodeCreator<NodeType> FGraphNodeCreator(FGraphNodeCreator<NodeType>)': could not deduce template argument for 'FGraphNodeCreator<NodeType>' from 'UJavascriptGraphEdGraph'	AppLayoutStreaming	C:\dev\habx\app-layout-streaming\Plugins\Unreal.js\Source\JavascriptGraphEditor\JavascriptGraphEdNodeCreator.cpp	76	
Error	C2784	'FGraphNodeCreator<NodeType> FGraphNodeCreator(FGraphNodeCreator<NodeType>)': could not deduce template argument for 'FGraphNodeCreator<NodeType>' from 'UJavascriptGraphEdGraph'	AppLayoutStreaming	C:\dev\habx\app-layout-streaming\Plugins\Unreal.js\Source\JavascriptGraphEditor\JavascriptGraphEdNodeCreator.cpp	76	
Error	C2784	'FGraphNodeCreator<NodeType> FGraphNodeCreator(FGraphNodeCreator<NodeType>)': could not deduce template argument for 'FGraphNodeCreator<NodeType>' from 'UJavascriptGraphEdGraph'	AppLayoutStreaming	C:\dev\habx\app-layout-streaming\Plugins\Unreal.js\Source\JavascriptGraphEditor\JavascriptGraphEdNodeCreator.cpp	76	
Error	C2784	'FGraphNodeCreator<NodeType> FGraphNodeCreator(FGraphNodeCreator<NodeType>)': could not deduce template argument for 'FGraphNodeCreator<NodeType>' from 'UJavascriptGraphEdGraph'	AppLayoutStreaming	C:\dev\habx\app-layout-streaming\Plugins\Unreal.js\Source\JavascriptGraphEditor\JavascriptGraphEdNodeCreator.cpp	76	
Error	C2784	'FGraphNodeCreator<NodeType> FGraphNodeCreator(FGraphNodeCreator<NodeType>)': could not deduce template argument for 'FGraphNodeCreator<NodeType>' from 'UJavascriptGraphEdGraph'	AppLayoutStreaming	C:\dev\habx\app-layout-streaming\Plugins\Unreal.js\Source\JavascriptGraphEditor\JavascriptGraphEdNodeCreator.cpp	76	
Error	C2784	'FGraphNodeCreator<NodeType> FGraphNodeCreator(FGraphNodeCreator<NodeType>)': could not deduce template argument for 'FGraphNodeCreator<NodeType>' from 'UJavascriptGraphEdGraph'	AppLayoutStreaming	C:\dev\habx\app-layout-streaming\Plugins\Unreal.js\Source\JavascriptGraphEditor\JavascriptGraphEdNodeCreator.cpp	76	
Error	C2784	'FGraphNodeCreator<NodeType> FGraphNodeCreator(FGraphNodeCreator<NodeType>)': could not deduce template argument for 'FGraphNodeCreator<NodeType>' from 'UJavascriptGraphEdGraph'	AppLayoutStreaming	C:\dev\habx\app-layout-streaming\Plugins\Unreal.js\Source\JavascriptGraphEditor\JavascriptGraphEdNodeCreator.cpp	76	
Error	C2514	'FGraphNodeCreator': class template cannot be constructed	AppLayoutStreaming	C:\dev\habx\app-layout-streaming\Plugins\Unreal.js\Source\JavascriptGraphEditor\JavascriptGraphEdNodeCreator.cpp	76	
Error	C2672	'MakeShareable': no matching overloaded function found	AppLayoutStreaming	C:\dev\habx\app-layout-streaming\Plugins\Unreal.js\Source\JavascriptGraphEditor\JavascriptGraphEdNodeCreator.cpp	76	
Error	C2780	'SharedPointerInternals::TRawPtrProxyWithDeleter<ObjectType,DeleterType> MakeShareable(ObjectType *,DeleterType &&)': expects 2 arguments - 1 provided	AppLayoutStreaming	C:\dev\habx\app-layout-streaming\Plugins\Unreal.js\Source\JavascriptGraphEditor\JavascriptGraphEdNodeCreator.cpp	76	
Error	C2839	invalid return type 'ObjectType *' for overloaded 'operator ->'	AppLayoutStreaming	C:\dev\habx\app-layout-streaming\Plugins\Unreal.js\Source\JavascriptGraphEditor\JavascriptGraphEdNodeCreator.cpp	81	
Error	C2039	'CreateNode': is not a member of 'TSharedPtr<int,ESPMode::ThreadSafe>'	AppLayoutStreaming	C:\dev\habx\app-layout-streaming\Plugins\Unreal.js\Source\JavascriptGraphEditor\JavascriptGraphEdNodeCreator.cpp	81	
Error	C2839	invalid return type 'ObjectType *' for overloaded 'operator ->'	AppLayoutStreaming	C:\dev\habx\app-layout-streaming\Plugins\Unreal.js\Source\JavascriptGraphEditor\JavascriptGraphEdNodeCreator.cpp	86	
Error	C2039	'CreateUserInvokedNode': is not a member of 'TSharedPtr<int,ESPMode::ThreadSafe>'	AppLayoutStreaming	C:\dev\habx\app-layout-streaming\Plugins\Unreal.js\Source\JavascriptGraphEditor\JavascriptGraphEdNodeCreator.cpp	86	
Error	C2839	invalid return type 'ObjectType *' for overloaded 'operator ->'	AppLayoutStreaming	C:\dev\habx\app-layout-streaming\Plugins\Unreal.js\Source\JavascriptGraphEditor\JavascriptGraphEdNodeCreator.cpp	91	
Error	C2039	'Finalize': is not a member of 'TSharedPtr<int,ESPMode::ThreadSafe>'	AppLayoutStreaming	C:\dev\habx\app-layout-streaming\Plugins\Unreal.js\Source\JavascriptGraphEditor\JavascriptGraphEdNodeCreator.cpp	91	
Error	C2440	'=': cannot convert from 'UJavascriptGraphEdNode_Comment *' to 'UEdGraphNode *'	AppLayoutStreaming	C:\dev\habx\app-layout-streaming\Plugins\Unreal.js\Source\JavascriptGraphEditor\SJavascriptGraphNodeComment.cpp	37	
Error	C2027	use of undefined type 'UJavascriptGraphEdNode_Comment'	AppLayoutStreaming	C:\dev\habx\app-layout-streaming\Plugins\Unreal.js\Source\JavascriptGraphEditor\SJavascriptGraphNodeComment.cpp	48	
Error	C2027	use of undefined type 'UJavascriptGraphEdNode_Comment'	AppLayoutStreaming	C:\dev\habx\app-layout-streaming\Plugins\Unreal.js\Source\JavascriptGraphEditor\SJavascriptGraphNodeComment.cpp	53	
Error	C2027	use of undefined type 'UJavascriptGraphEdNode_Comment'	AppLayoutStreaming	C:\dev\habx\app-layout-streaming\Plugins\Unreal.js\Source\JavascriptGraphEditor\SJavascriptGraphNodeComment.cpp	54	
Error	C2065	'UJavascriptGraphEdNode': undeclared identifier	AppLayoutStreaming	C:\dev\habx\app-layout-streaming\Plugins\Unreal.js\Source\JavascriptGraphEditor\SJavascriptGraphNodeComment.cpp	59	
Error	C2065	'GraphEdNode': undeclared identifier	AppLayoutStreaming	C:\dev\habx\app-layout-streaming\Plugins\Unreal.js\Source\JavascriptGraphEditor\SJavascriptGraphNodeComment.cpp	59	
Error	C2065	'UJavascriptGraphEdNode': undeclared identifier	AppLayoutStreaming	C:\dev\habx\app-layout-streaming\Plugins\Unreal.js\Source\JavascriptGraphEditor\SJavascriptGraphNodeComment.cpp	59	
Error	C2672	'CastChecked': no matching overloaded function found	AppLayoutStreaming	C:\dev\habx\app-layout-streaming\Plugins\Unreal.js\Source\JavascriptGraphEditor\SJavascriptGraphNodeComment.cpp	59	
Error	C2974	'CastChecked': invalid template argument for 'T', type expected	AppLayoutStreaming	C:\dev\habx\app-layout-streaming\Plugins\Unreal.js\Source\JavascriptGraphEditor\SJavascriptGraphNodeComment.cpp	59	
Error	C2974	'CastChecked': invalid template argument for 'To', type expected	AppLayoutStreaming	C:\dev\habx\app-layout-streaming\Plugins\Unreal.js\Source\JavascriptGraphEditor\SJavascriptGraphNodeComment.cpp	59	
Error	C2065	'GraphEdNode': undeclared identifier	AppLayoutStreaming	C:\dev\habx\app-layout-streaming\Plugins\Unreal.js\Source\JavascriptGraphEditor\SJavascriptGraphNodeComment.cpp	60	
Error	C2065	'GraphEdNode': undeclared identifier	AppLayoutStreaming	C:\dev\habx\app-layout-streaming\Plugins\Unreal.js\Source\JavascriptGraphEditor\SJavascriptGraphNodeComment.cpp	62	
Error	C2027	use of undefined type 'UJavascriptGraphEdNode_Comment'	AppLayoutStreaming	C:\dev\habx\app-layout-streaming\Plugins\Unreal.js\Source\JavascriptGraphEditor\SJavascriptGraphNodeComment.cpp	83	
Error	C2027	use of undefined type 'UJavascriptGraphEdNode_Comment'	AppLayoutStreaming	C:\dev\habx\app-layout-streaming\Plugins\Unreal.js\Source\JavascriptGraphEditor\SJavascriptGraphNodeComment.cpp	86	
Error	C2027	use of undefined type 'UJavascriptGraphEdNode_Comment'	AppLayoutStreaming	C:\dev\habx\app-layout-streaming\Plugins\Unreal.js\Source\JavascriptGraphEditor\SJavascriptGraphNodeComment.cpp	89	
Error	C2027	use of undefined type 'UJavascriptGraphEdNode_Comment'	AppLayoutStreaming	C:\dev\habx\app-layout-streaming\Plugins\Unreal.js\Source\JavascriptGraphEditor\SJavascriptGraphNodeComment.cpp	127	
Error	C2027	use of undefined type 'UJavascriptGraphEdNode_Comment'	AppLayoutStreaming	C:\dev\habx\app-layout-streaming\Plugins\Unreal.js\Source\JavascriptGraphEditor\SJavascriptGraphNodeComment.cpp	148	
Error	C2027	use of undefined type 'UJavascriptGraphEdNode_Comment'	AppLayoutStreaming	C:\dev\habx\app-layout-streaming\Plugins\Unreal.js\Source\JavascriptGraphEditor\SJavascriptGraphNodeComment.cpp	149	
Error	C2027	use of undefined type 'UJavascriptGraphEdNode_Comment'	AppLayoutStreaming	C:\dev\habx\app-layout-streaming\Plugins\Unreal.js\Source\JavascriptGraphEditor\SJavascriptGraphNodeComment.cpp	150	
Error	C2027	use of undefined type 'UJavascriptGraphEdNode_Comment'	AppLayoutStreaming	C:\dev\habx\app-layout-streaming\Plugins\Unreal.js\Source\JavascriptGraphEditor\SJavascriptGraphNodeComment.cpp	152	
Error	C2672	'StaticClass': no matching overloaded function found	AppLayoutStreaming	C:\dev\habx\app-layout-streaming\Plugins\Unreal.js\Source\JavascriptGraphEditor\SJavascriptGraphNodeComment.cpp	152	
Error	C2783	'UClass *StaticClass(void)': could not deduce template argument for 'ClassType'	AppLayoutStreaming	C:\dev\habx\app-layout-streaming\Plugins\Unreal.js\Source\JavascriptGraphEditor\SJavascriptGraphNodeComment.cpp	152	
Error	C2672	'UObjectBaseUtility::IsA': no matching overloaded function found	AppLayoutStreaming	C:\dev\habx\app-layout-streaming\Plugins\Unreal.js\Source\JavascriptGraphEditor\SJavascriptGraphNodeComment.cpp	152	
Error	C2780	'bool UObjectBaseUtility::IsA(void) const': expects 0 arguments - 1 provided	AppLayoutStreaming	C:\dev\habx\app-layout-streaming\Plugins\Unreal.js\Source\JavascriptGraphEditor\SJavascriptGraphNodeComment.cpp	152	
Error	C2027	use of undefined type 'UJavascriptGraphEdNode_Comment'	AppLayoutStreaming	C:\dev\habx\app-layout-streaming\Plugins\Unreal.js\Source\JavascriptGraphEditor\SJavascriptGraphNodeComment.cpp	231	
Error	C2027	use of undefined type 'UJavascriptGraphEdNode_Comment'	AppLayoutStreaming	C:\dev\habx\app-layout-streaming\Plugins\Unreal.js\Source\JavascriptGraphEditor\SJavascriptGraphNodeComment.cpp	294	
Error	C2027	use of undefined type 'UJavascriptGraphEdNode_Comment'	AppLayoutStreaming	C:\dev\habx\app-layout-streaming\Plugins\Unreal.js\Source\JavascriptGraphEditor\SJavascriptGraphNodeComment.cpp	312	
Error	C2446	'!=': no conversion from 'UJavascriptGraphEdNode_Comment *' to 'UObject *'	AppLayoutStreaming	C:\dev\habx\app-layout-streaming\Plugins\Unreal.js\Source\JavascriptGraphEditor\SJavascriptGraphNodeComment.cpp	318	
Error	C2027	use of undefined type 'UJavascriptGraphEdNode_Comment'	AppLayoutStreaming	C:\dev\habx\app-layout-streaming\Plugins\Unreal.js\Source\JavascriptGraphEditor\SJavascriptGraphNodeComment.cpp	322	
Error	C2027	use of undefined type 'UJavascriptGraphEdNode_Comment'	AppLayoutStreaming	C:\dev\habx\app-layout-streaming\Plugins\Unreal.js\Source\JavascriptGraphEditor\SJavascriptGraphNodeComment.cpp	375	
Error	C2027	use of undefined type 'UJavascriptGraphEdNode_Comment'	AppLayoutStreaming	C:\dev\habx\app-layout-streaming\Plugins\Unreal.js\Source\JavascriptGraphEditor\SJavascriptGraphNodeComment.cpp	381	
Error	C2512	'TIndexedContainerIterator<const TArray<UObject *,FDefaultAllocator>,UObject *const ,int>::TIndexedContainerIterator': no appropriate default constructor available	AppLayoutStreaming	C:\dev\habx\app-layout-streaming\Plugins\Unreal.js\Source\JavascriptGraphEditor\SJavascriptGraphNodeComment.cpp	381	
Error	C2027	use of undefined type 'UJavascriptGraphEdNode_Comment'	AppLayoutStreaming	C:\dev\habx\app-layout-streaming\Plugins\Unreal.js\Source\JavascriptGraphEditor\SJavascriptGraphNodeComment.cpp	456	
Error	C2027	use of undefined type 'UJavascriptGraphEdNode_Comment'	AppLayoutStreaming	C:\dev\habx\app-layout-streaming\Plugins\Unreal.js\Source\JavascriptGraphEditor\SJavascriptGraphNodeComment.cpp	469	
Error	C2027	use of undefined type 'UJavascriptGraphEdNode_Comment'	AppLayoutStreaming	C:\dev\habx\app-layout-streaming\Plugins\Unreal.js\Source\JavascriptGraphEditor\SJavascriptGraphNodeComment.cpp	484	
Error	C2065	'UJavascriptGraphEdNode_Comment': undeclared identifier	AppLayoutStreaming	C:\dev\habx\app-layout-streaming\Plugins\Unreal.js\Source\JavascriptGraphEditor\JavascriptGraphEdNodeCreator.h	67	
Error	C2923	'FGraphNodeCreator': 'UJavascriptGraphEdNode_Comment' is not a valid template type argument for parameter 'NodeType'	AppLayoutStreaming	C:\dev\habx\app-layout-streaming\Plugins\Unreal.js\Source\JavascriptGraphEditor\JavascriptGraphEdNodeCreator.h	67	
Error	C3203	'FGraphNodeCreator': unspecialized class template can't be used as a template argument for template parameter 'ObjectType', expected a real type	AppLayoutStreaming	C:\dev\habx\app-layout-streaming\Plugins\Unreal.js\Source\JavascriptGraphEditor\JavascriptGraphEdNodeCreator.h	67	
Error	C2079	'UJavascriptGraphTextPropertyEditableTextBox::JavascriptGraphTextPropertyEditableTextBox_eventOnGetGraphPin_Parms::ReturnValue' uses undefined struct 'FJavascriptEdGraphPin'	AppLayoutStreaming	C:\dev\habx\app-layout-streaming\Plugins\Unreal.js\Source\JavascriptGraphEditor\JavascriptGraphTextPropertyEditableTextBox.h	22	
Error	C2027	use of undefined type 'FJavascriptEdGraphPin'	AppLayoutStreaming	C:\dev\habx\app-layout-streaming\Plugins\Unreal.js\Source\JavascriptGraphEditor\JavascriptGraphTextPropertyEditableTextBox.h	22	
Error	C2027	use of undefined type 'FJavascriptEdGraphPin'	AppLayoutStreaming	C:\dev\habx\app-layout-streaming\Plugins\Unreal.js\Source\JavascriptGraphEditor\JavascriptGraphTextPropertyEditableTextBox.h	22	
Error	C2079	'GraphPin' uses undefined struct 'FJavascriptEdGraphPin'	AppLayoutStreaming	C:\dev\habx\app-layout-streaming\Plugins\Unreal.js\Source\JavascriptGraphEditor\JavascriptGraphTextPropertyEditableTextBox.cpp	177	
Error	C2027	use of undefined type 'FJavascriptEdGraphPin'	AppLayoutStreaming	C:\dev\habx\app-layout-streaming\Plugins\Unreal.js\Source\JavascriptGraphEditor\JavascriptGraphTextPropertyEditableTextBox.cpp	177	
Error	C2027	use of undefined type 'FJavascriptEdGraphPin'	AppLayoutStreaming	C:\dev\habx\app-layout-streaming\Plugins\Unreal.js\Source\JavascriptGraphEditor\JavascriptGraphTextPropertyEditableTextBox.cpp	177	
Error	C2664	'FJavascriptEditableTextGraphPin::FJavascriptEditableTextGraphPin(UEdGraphPin *,UJavascriptGraphTextPropertyEditableTextBox *)': cannot convert argument 1 from 'int' to 'UEdGraphPin *'	AppLayoutStreaming	C:\dev\habx\app-layout-streaming\Plugins\Unreal.js\Source\JavascriptGraphEditor\JavascriptGraphTextPropertyEditableTextBox.cpp	201	
Error	C2672	'MakeShareable': no matching overloaded function found	AppLayoutStreaming	C:\dev\habx\app-layout-streaming\Plugins\Unreal.js\Source\JavascriptGraphEditor\JavascriptGraphTextPropertyEditableTextBox.cpp	201	
Error	C2780	'SharedPointerInternals::TRawPtrProxyWithDeleter<ObjectType,DeleterType> MakeShareable(ObjectType *,DeleterType &&)': expects 2 arguments - 1 provided	AppLayoutStreaming	C:\dev\habx\app-layout-streaming\Plugins\Unreal.js\Source\JavascriptGraphEditor\JavascriptGraphTextPropertyEditableTextBox.cpp	201	

SBRK avatar Mar 09 '22 09:03 SBRK

I’ll check this morning and get back to you. Sorry.

On Wed, Mar 9, 2022 at 4:01 AM Benjamin MICHEL @.***> wrote:

@Sivx https://github.com/Sivx which branch ? There are tons of broken stuff for me with preview

— Reply to this email directly, view it on GitHub https://github.com/ncsoft/Unreal.js-core/issues/76#issuecomment-1062697604, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAN3SCGPO5LDBSBKURJR7RDU7BSGFANCNFSM5HQOEEDQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you were mentioned.Message ID: @.***>

Sivx avatar Mar 09 '22 09:03 Sivx

I am on ue5-main 7 months ago so I probably won't be able to help.

On Wed, Mar 9, 2022 at 4:01 AM Benjamin MICHEL @.***> wrote:

@Sivx https://github.com/Sivx which branch ? There are tons of broken stuff for me with preview

— Reply to this email directly, view it on GitHub https://github.com/ncsoft/Unreal.js-core/issues/76#issuecomment-1062697604, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAN3SCGPO5LDBSBKURJR7RDU7BSGFANCNFSM5HQOEEDQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you were mentioned.Message ID: @.***>

Sivx avatar Mar 09 '22 18:03 Sivx

This fork has preview changes that compile and run: https://github.com/getnamo/unreal.js-core/tree/ue5. You can look at commit history for reference to update main (although a few minor editor features were removed).

getnamo avatar Mar 10 '22 19:03 getnamo

@getnamo it's broken again with the final release it seems :(

SBRK avatar Apr 06 '22 11:04 SBRK

Looks like this master branch got updated with support: https://github.com/ncsoft/Unreal.js/issues/316#issuecomment-1092798549

getnamo avatar Apr 08 '22 18:04 getnamo

Can someone explain me how to build from the latest commit a uplugin? (Or if someone has it allready build simply attach it to the answer?)

scolastico avatar Apr 09 '22 22:04 scolastico

There's a new UE5 production release build here: https://github.com/getnamo/UnrealJs/releases/tag/v0.6.0. NB: It's a fork and not the mainline though and some features might be different

getnamo avatar Apr 10 '22 02:04 getnamo