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.
23 results for integer
A whole number (no decimals). Use for counts, indices, IDs.
CeilUE 5.0, 5.1, 5.2, 5.3, 5.4, 5.5, 5.6, 5.7updated 2mo agoRoundUE 5.0, 5.1, 5.2, 5.3, 5.4, 5.5, 5.6, 5.7updated 2mo agoRandomIntegerInRangeUE 5.3, 5.4, 5.5, 5.6, 5.7updated 2mo agoRandom Integer in RangeUE 5.0, 5.1, 5.2, 5.3, 5.4, 5.5, 5.6, 5.7updated 2mo agoString to IntUE 5.0, 5.1, 5.2, 5.3, 5.4, 5.5, 5.6, 5.7updated 2mo agoTo String (int)UE 5.0, 5.1, 5.2, 5.3, 5.4, 5.5, 5.6, 5.7updated 2mo agoConv_IntToStringUE 5.3, 5.4, 5.5, 5.6, 5.7updated 2mo agoConv_StringToIntUE 5.3, 5.4, 5.5, 5.6, 5.7updated 2mo agoStandard addition. Works on Integer, Float, Vector, Rotator, etc — UE picks the right overload from pin types.