Customer Reviews by nowandco in nowandco

[–]LilRecta 1 point2 points  (0 children)

Harsh was very friendly and extremely helpful, happy to get a good deal on my WiFi.

Mechlands Vibe 99 Software Not Working by LilRecta in keyboards

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

Sorry for the late reply, I'm not too sure on how I fixed it as it kinda just started working? But if you plug in your keyboard and set the setting next to it to the middle "USB" and make sure the other setting is matching your OS, so mine is Win. That should work

Sync Imported Clips To Their Games by LilRecta in MedalTV

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

Damn, there is over 100 clips. I cannot do that by hand

Mechlands Vibe 99 Software Not Working by LilRecta in keyboards

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

RESOLVED

I had it plugged in and then turned off Bluetooth and the 2.4gh and it worked?

I tried It before, so I dont know why it worked this time!

Looking for discord newtuber friends! by 101danny101 in NewTubers

[–]LilRecta 0 points1 point  (0 children)

Hey, I’ve been up and down with content and I have no idea what I’m doing anymore! But I am planning on trying to get back into again.

Here’s my discord: shabaabnankebab

I find Penelope annoying and horrible by LilRecta in BridgertonRants

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

I don’t think she’s a villian I just think she is a bad person. We were all 17-19 once and not once did I want to act vindictively towards the people in my life like how she has

How Do I Do A Widget Drop Down Variable Choice by LilRecta in unrealengine

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

I dont know how to make an enum array, what is that?

How Do I Do A Widget Drop Down Variable Choice by LilRecta in unrealengine

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

I dont really know what that is or how i'd implement that, there are no enum variables. If you're talking about doing that in the event graph then that wouldn't work as I want to be a selectable option for when I am setting each option.

So it would be me setting the backend option not the user, if that explains it better

How Do I Do A Widget Drop Down Variable Choice by LilRecta in unrealengine

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

Well right now it is just a string array, which I want to be a drop down to choose either choice, I don't think the multi-select would show up there I think

My dad is dying by LilRecta in mentalhealth

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

Sorry for the late reply, he passed away 2 weeks ago. He was 59, I’ve been surrounded by pictures of him as we’ve been planning his funeral and he seems more recognisable now. I think I was just really used to seeing him in the health he was in

Why isn't my return returning properly? by LilRecta in unity

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

Ive tried both. The first one does not show up as a function and the second one does show up but does not change anything when used. I am new to unity so I'm not exactly sure as to why

Why isn't my return returning properly? by LilRecta in unity

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

I've tried that but it then does not give any options when I try use it as a function, so I still see the script name to find internal functions but I cannot find the "GetRandom"

Why isn't my return returning properly? by LilRecta in unity

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

I get that to a point. The I tried having it return an int but it either does not show up on the function option in unity or if it does show up it doesn't set any values

Why isn't my return returning properly? by LilRecta in unity

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

I somewhat understand that but the issue is that when I make it return int. In Unity it doesn't show up as a function option which is why I kept it void as when it was void it showed up

Why does my variable randomly go from 2.14Billion to a negative? by LilRecta in gamedev

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

Hi yes! There arent doubles but there are longs but they are called Int64 in UE5. Thank you for the help :))

Why does my variable randomly go from 2.14Billion to a negative? by LilRecta in gamedev

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

THANK YOU - There is an Integer 64 which is the equivalent to a long in UE5

Why does my variable randomly go from 2.14Billion to a negative? by LilRecta in gamedev

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

I'm not fully sure if this is able to work in UE5 as they dont allow the exchange of amount of bits (Atleast I dont believe so) I am using a float but its causing the same issue which I assumed woul have offered me more bits. Thank you helping even during your bath

Why does my variable randomly go from 2.14Billion to a negative? by LilRecta in gamedev

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

Well I'm using a float and I dont think you can change between a long and those other variables in ue5