ncsoft / Unreal.js-core

Unreal.js plugin submodule
Other
260 stars 117 forks source link

UE5? #76

Open Sivx opened 2 years ago

Sivx commented 2 years ago

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

VELD-Dev commented 2 years ago

it's a comment at SJavascriptGraphEdNode.h:51

SBRK commented 2 years ago

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

Sivx commented 2 years ago

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: @.***>

SBRK commented 2 years ago

@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 
Sivx commented 2 years ago

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 commented 2 years ago

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: @.***>

getnamo commented 2 years ago

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).

SBRK commented 2 years ago

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

getnamo commented 2 years ago

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

scolastico commented 2 years ago

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?)

getnamo commented 2 years ago

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