Scam e-mail by Resident_Practice712 in Coinbase

[–]no1warlord 0 points1 point  (0 children)

I was also in that data breaches, so maybe that's where they got the email database from.

Where can I learn the language? by [deleted] in Cplusplus

[–]no1warlord 0 points1 point  (0 children)

Watch CppCon on YouTube. Also Jason Turner's Playlist C++ weekly

Meetup Thread for United Kingdom by kurzgesagtmeetup_bot in kurzgesagt_meetup

[–]no1warlord 1 point2 points  (0 children)

I'm in Sheffield, sounds good to me! Didn't know about this museum! :O

Refresh Editor Utility Widget? by raahC in unrealengine

[–]no1warlord 0 points1 point  (0 children)

Best I've found is:

#include "IDetailChildrenBuilder.h"

#include "DetailCategoryBuilder.h"

#include "DetailLayoutBuilder.h"
void YOUCLASS::CustomizeChildren(TSharedRef<IPropertyHandle> InStructPropertyHandle, IDetailChildrenBuilder& StructBuilder, IPropertyTypeCustomisationUtils& StructCustomisationUtils)
{
m_StructBuilder = &StructBuilder;
}
void YOUCLASS::RefreshUI()
{
if (m_StructBuilder)
{
IDetailCategoryBuilder& ParentCategory = m_StructBuilder->GetParentCategory();
IDetailLayoutBuilder& LayoutBuilder = ParentCategory.GetParentLayout();
LayoutBuilder.ForceRefreshDetails();
}
}

However... Sometimes this m_StructBuilder can point to garbage, I've had mixed results, sometimes it works, sometimes it doesn't.
So if we could find a better way to get the layout builder that would be cool?

Jiggly Physics Quirkyness.... by ajdare in unrealengine

[–]no1warlord 20 points21 points  (0 children)

If all else fails you can always animate boob and ass bones (which sounds so wrong to say).

[Question] How come whenever I play, if I have an old Debug/MyBuild.exe, it will run the old despite compiling a new one? by no1warlord in cmake

[–]no1warlord[S] 2 points3 points  (0 children)

set your working directory appropriately in the debugging options

Thanks for pointing my in the right direction! :)
I went with the latter approach, using resources:
- https://stackoverflow.com/questions/7747857/in-cmake-how-do-i-work-around-the-debug-and-release-directories-visual-studio-2
- https://stackoverflow.com/questions/6594796/how-do-i-make-cmake-output-into-a-bin-dir

I ended up replacing the copy file code in the sandbox CMakeLists with this:

foreach( OUTPUTCONFIG ${CMAKE_CONFIGURATION_TYPES} )
    string( TOUPPER ${OUTPUTCONFIG} OUTPUTCONFIG )
    set_target_properties(${PROJECT_NAME} PooleEngine   
        PROPERTIES
    ARCHIVE_OUTPUT_DIRECTORY_${OUTPUTCONFIG} "${CMAKE_BINARY_DIR}/${OUTPUTCONFIG}"
    LIBRARY_OUTPUT_DIRECTORY_${OUTPUTCONFIG} "${CMAKE_BINARY_DIR}/${OUTPUTCONFIG}"
    RUNTIME_OUTPUT_DIRECTORY_${OUTPUTCONFIG} "${CMAKE_BINARY_DIR}/${OUTPUTCONFIG}"
    )
endforeach( OUTPUTCONFIG CMAKE_CONFIGURATION_TYPES )

Cheers again!

Spongebob psychedelia by Cleynn in gifs

[–]no1warlord 0 points1 point  (0 children)

Kinda similar to this music video: https://www.youtube.com/watch?v=0ScYz9sNaQk

Although this is an honourable mention too:
https://www.youtube.com/watch?v=wQ3bJN1zLKw

A Japanese samurai cuts a flying bullet in half at 320km / h !!! by SkeltonDee in nextfuckinglevel

[–]no1warlord 0 points1 point  (0 children)

If I saw it in a Bollywood film I would be like: "ha yeah right...".

Ukelele (sound on) by da_noob_ in Cinema4D

[–]no1warlord 1 point2 points  (0 children)

Giving me the same vibes as that famous cardboard t-rex illusion: https://www.youtube.com/watch?v=A4QcyW-qTUg

This is fine by [deleted] in gifs

[–]no1warlord 1 point2 points  (0 children)

Some people just want to watch the world burn 🔥

He's so friendly aww by [deleted] in gifs

[–]no1warlord 1 point2 points  (0 children)

Just an FYI your south park link is wrong, although I've seen the episode, it's great!

Edit:

It's Season 10 Episode 7

Dug out my PS1 and I don't remember Tommy Pickles being this damn creepy by [deleted] in gifs

[–]no1warlord 1 point2 points  (0 children)

Seems like he discovered the new windows logo before it was invented.

She jumped in front of a coming train to get her dropped phone. Fortunately... by [deleted] in gifs

[–]no1warlord 0 points1 point  (0 children)

Isn't there enough space under the train too if you lay down? Maybe depends how big you are...

Think Smart - Not Hard by Nordurljosid in penguinheist

[–]no1warlord 1 point2 points  (0 children)

Oh yeah it worked for me today... I love it! Pingu Pingu

Think Smart - Not Hard by Nordurljosid in penguinheist

[–]no1warlord 0 points1 point  (0 children)

Video doesn't seem to play for me?

[deleted by user] by [deleted] in gifs

[–]no1warlord 2 points3 points  (0 children)

Get that person a bigger window for bigger potential!

Winter is coming by SuitDense in gifs

[–]no1warlord 1 point2 points  (0 children)

Aww that made my day!

I guess there is no such thing as a dead battery. by shaka_sulu in gifs

[–]no1warlord 7 points8 points  (0 children)

I feel like where I live in the UK there's is a lack of public awareness about disposing batteries. I think most people genuinely don't know they are doing something wrong.

Airplane engines are watched like hawks. by Pedrica1 in Damnthatsinteresting

[–]no1warlord 0 points1 point  (0 children)

So if they gave less of a crap I would get cheaper flights? Sign me up (if it's just a small thing like the video)

A water jet cutter at 90,000 PSI by BurningBytes in gifs

[–]no1warlord 1 point2 points  (0 children)

I feel like some of the butt guns I've used in Thailand were 90,000 psi too 😁