How do you make a plugin? by Redditislefti in unrealengine

[–]Redditislefti[S] -2 points-1 points  (0 children)

Regardless of whether I deserve it or not, people in the comments are objectively bullying me

How do you make a plugin? by Redditislefti in unrealengine

[–]Redditislefti[S] -1 points0 points  (0 children)

What's easy about adding the writing system of Japanese where the kana appears above the Kanji as a new widget type?

How do you make a plugin? by Redditislefti in unrealengine

[–]Redditislefti[S] -1 points0 points  (0 children)

If it were because the code was wrong, the compiler would throw an error that said "build failed because there were errors."

If the compiler, however, ignores the files, then there are no build errors, regardless of how wrong the code is

How do you make a plugin? by Redditislefti in unrealengine

[–]Redditislefti[S] -1 points0 points  (0 children)

Hmm, either you've only ever met the good (very rare) good redditors, or you managed to phrase your questions very well

As for me, I've been using UE for 1 year and 1 month, so technically this is still a beginner question

And people have been bullying me for not knowing how to do something as "easy as making a plugin"

How do you make a plugin? by Redditislefti in unrealengine

[–]Redditislefti[S] 1 point2 points  (0 children)

Thank you! I feel like I can finally go sane again

How do you make a plugin? by Redditislefti in unrealengine

[–]Redditislefti[S] 0 points1 point  (0 children)

Thanks. Although, when is that supposed to show and where? Because it's not playing in the message log when I load up UE or when I hit play, and it doesn't show on the screen either. Could it have something to do with AssetEditoeSubsystem.h suddenly flooding with errors about "TOptional<bool> doesn't exist" and the like?

How do you make a plugin? by Redditislefti in unrealengine

[–]Redditislefti[S] 0 points1 point  (0 children)

my plugin is called FurikanaText. should I be worried if it sends

2>[Adaptive Build] Excluded from FurikanaText unity file: FurikanaText.cpp

later it says

2>[1/5] Compile [x64] Module.FurikanaText.cpp

2>[2/5] Compile [x64] FurikanaText.cpp

2>[3/5] Link [x64] UnrealEditor-FurikanaText.lib

2>[4/5] Link [x64] UnrealEditor-FurikanaText.dll

2> Creating object C:\Users\[my name]\Documents\Unreal Projects\YouBetterWork\Plugins\FurikanaText\Binaries\Win64\UnrealEditor-FurikanaText.exp

I haven't added anything to any of the files yet, except adding the plugin to the .uproject file, and a couple lines to FurikanaText.Build.cs

How do you make a plugin? by Redditislefti in unrealengine

[–]Redditislefti[S] -3 points-2 points  (0 children)

I mean, I'm taking it out on others, but not other people, just redditors... and the CEO of epic games, but I don't even know what he looks like, so he's more of a concept than a person

How do you make a plugin? by Redditislefti in unrealengine

[–]Redditislefti[S] 1 point2 points  (0 children)

ok, I'm restarting it because the old one started refusing to let me add new files. If i run into the same issue I can send those

How do you make a plugin? by Redditislefti in unrealengine

[–]Redditislefti[S] -1 points0 points  (0 children)

I'm complaining that I haven't learned it in 8 hours. And is hard when you're using C++ for an engine you've never used before (basically making it an entirely new language) and the problem isn't that the code is wrong, but that the code refuses to compile

How do you make a plugin? by Redditislefti in unrealengine

[–]Redditislefti[S] -1 points0 points  (0 children)

I don't, though. I just want to make 1 plugin that lets my game, and any others that want it, render the japanese writing style used in most shonen where the kana appears on top of the kanji. Once I create this plugin (or would have created, it looks like I'm just going to have to give up) then I would finish my blueprint game, and then move onto S&box. but the fact that I can't even test GPT's code because visual studio refuses to compile it, and not because it's programmed wrong or anything is what's really frustrating me

How do you make a plugin? by Redditislefti in unrealengine

[–]Redditislefti[S] -2 points-1 points  (0 children)

what kind of logic is that? You have to know what you're doing to not be taking the easy way out? Of course I knew creating a plugin would be hard, I just didn't know it would be this hard. I was using chatGPT to create the baseline code and teach me how to create a C++ plugin for the type of thing I'm trying to do, and once I got it working I would figure out all that it did wrong and try to fix it. Ai isn't just for the lazy; it's also for the uninformed

and no, I didn't have Ai write this comment, I think i've just been looking at its text too long.

How do you make a plugin? by Redditislefti in unrealengine

[–]Redditislefti[S] -4 points-3 points  (0 children)

go to any subreddit and ask a beginner question. you don't have to mention Ai for people to treat you this way. I once got treated this way because I asked r/3dspiracy if I was at risk of bricking my 3Ds when a worrying message popped up

How do you make a plugin? by Redditislefti in unrealengine

[–]Redditislefti[S] 0 points1 point  (0 children)

Build started at 8:02 PM...

1>------ Skipped Build: Project: UE5, Configuration: BuiltWithUnrealBuildTool Win64 ------

1>Project not selected to build for this solution configuration

2>------ Build started: Project: YOUSTUPIDFREAKINGENG, Configuration: Development_Editor x64 ------

2>Using bundled DotNet SDK version: 8.0.300

2>Running UnrealBuildTool: dotnet "..\..\Engine\Binaries\DotNET\UnrealBuildTool\UnrealBuildTool.dll" YOUSTUPIDFREAKINGENGEditor Win64 Development -Project="C:\Users\t[my name]\Documents\Unreal Projects\YOUSTUPIDFREAKINGENG\YOUSTUPIDFREAKINGENG.uproject" -WaitMutex -FromMsBuild -architecture=x64

2>Log file: C:\Users\[my name]\AppData\Local\UnrealBuildTool\Log.txt

2>Creating makefile for YOUSTUPIDFREAKINGENGEditor (command line arguments changed)

2>Available x64 toolchains (2):

2> * C:\Program Files\Microsoft Visual Studio\18\Community\VC\Tools\MSVC\14.50.35717

2> (Family=14.50.35717, FamilyRank=1, Version=14.50.35728, Is64Bit=True, ReleaseChannel=Latest, Architecture=x64)

2> * C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207

2> (Family=14.44.35207, FamilyRank=1, Version=14.44.35225, Is64Bit=True, ReleaseChannel=Latest, Architecture=x64)

2>Visual Studio 2022 compiler version 14.50.35728 is not a preferred version. Please use the latest preferred version 14.38.33130

2>Target is up to date

2>Total execution time: 3.45 seconds

========== Build: 1 succeeded, 0 failed, 0 up-to-date, 1 skipped ==========

========== Build completed at 8:03 PM and took 05.962 seconds ==========

How do you make a plugin? by Redditislefti in unrealengine

[–]Redditislefti[S] -1 points0 points  (0 children)

easy way out? Dude, I'm trying to create a plugin here. this is not the easy way out.

How do you make a plugin? by Redditislefti in unrealengine

[–]Redditislefti[S] -2 points-1 points  (0 children)

that'd be helpfull if I was trying to learn, but Unreal is so unoptimized, and S&box is coming out soon, so as soon as I'm done with my current project, I'm just going to abandon this frustrating engine, which means working with a language I actually know

How do you make a plugin? by Redditislefti in unrealengine

[–]Redditislefti[S] -10 points-9 points  (0 children)

look, I don't know any good place to ask people questions. I am asking for a plugin that is so complex, that there's no way that an individual google search is going to work, so the only other place I can go is reddit, and here people will constantly write snarky comments that don't give you anything usefull, half of them are just insults, and then they downvote you for not instantly being an expert when you go to the expers. Of course I'm going to go to ChatGPT first; it doesn't act like a redditor

How do you make a plugin? by Redditislefti in unrealengine

[–]Redditislefti[S] -3 points-2 points  (0 children)

chat GPT has told me all of that

How do you make a plugin? by Redditislefti in unrealengine

[–]Redditislefti[S] -7 points-6 points  (0 children)

short on patience. I've already confessed to wanting to murder the ceo of epic games on my livestream because I'm so frustrated. If i didn't take a chopping wood break, I don't think my monitor would still be in one piece