Knowledge base
Search Blueprint patterns
Searching…
Knowledge base
Knowledge base
Free, anonymous browsing of Unreal Engine Blueprint examples, node references, and best practices. The same content the WoalzCraft plugin uses to generate Blueprints.
22 results for real
A real number with decimals. UE 5.0+ uses double-precision by default. Use for distances, percentages, time.
Not affected by time dilation or pause.
Get Real Time SecondsUE 5.0, 5.1, 5.2, 5.3, 5.4, 5.5, 5.6, 5.7updated 3mo agoNOTUE 5.4, 5.7updated 3mo agoUnreal Editor — the desktop app you build games in. Plugins and tools (like WoalzCraft) extend it.
string
OR=BooleanOR, NOT=Not_PreBool, XOR=BooleanXOR
ANDUE 5.4, 5.7updated 3mo agoBooleanORUE 5.3, 5.4, 5.5, 5.6, 5.7updated 3mo agoLess_FloatFloatUE 5.3, 5.4, 5.5, 5.6, 5.7updated 3mo agoUPrimitiveComponent method. Store result in variable and reuse. Create once in BeginPlay.
Create Dynamic Material InstanceUE 5.0, 5.1, 5.2, 5.3, 5.4, 5.5, 5.6, 5.7updated 3mo agoA SceneComponent with simulate-physics enabled. Driven by forces, gravity, collisions instead of explicit transforms.