Download Free From Unreal Marketplace
https://unrealengine.com/marketplace…munity-edition
What does SSZCode Community Edition Add?
**
https://ssz.ca/site/wp-content/uploads/2020/06/NewNodesString-300x222.png
**
SaveStringToFile
Saves a String to a file at a given path.
LoadStringFromFile
Loads a file from a given path and returns the contents as a String.
https://ssz.ca/site/wp-content/uploads/2020/06/NewNodesStringArray-300x184.png
SaveStringArrayToFile
Saves the Array of String to a file at a given path.
LoadStringFromFile
Loads a file from a given path and returns the contents as an Array of Strings.
https://ssz.ca/site/wp-content/uploads/2020/06/new-curve-nodes-300x97.png
QuickCurveSingle
Creates an On the fly Curve with 2 points then evaluates a point along the newly created curve.
QuickCurveSingleMultiPoint
Creates an On the fly Curve with multiple points then evaluates a point along the newly created curve.
https://ssz.ca/site/wp-content/uploads/2020/06/new-loops-300x86.png
WhileLoopWithDelay
Creates a Loop which will trigger every time the delay reaches 0 providing the bool Active is true.
The Loop will stop when bool Active is false and trigger the complete events
InfiniteLoop
Creates a Loop that will run until the game ends.
Continue Script Allows the script to continue running after creation.
WARNING
Bypasses Infinite Loop Protection
USE WITH CAUTION
InfiniteWithDelayLoop
Creates a Loop that will run until the game ends with a delay between each cycle.
Continue Script Allows the script to continue running after creation.
WARNING
Bypasses Infinite Loop Protection
USE WITH CAUTION