Skip to content

Instantly share code, notes, and snippets.

View JumboLove's full-sized avatar

David Witt JumboLove

View GitHub Profile
@JumboLove
JumboLove / debug-box
Created June 7, 2013 13:25
Debug Box
<iscomment>Debugging window: Delete for staging</iscomment>
<isscript>
var testing = "Debugging...";
var log = pdict.Log;
var scriptLog = pdict.ScriptLog;
</isscript>
<div id="mrdebug" style="min-height: 100px; width: 100%; background-color: #BADA55; margin: 0 auto;">
<p>testing : ${testing} </p>
<p> : ${}</p>
</div>
@strobe
strobe / Add Force Impulse to Actor
Last active February 15, 2016 20:55
UE4 snippets
const FVector Impulse = FVector(0.f, 0.f, JumpImpulse);
Ball->AddImpulse(Impulse);