VFExtra 4.27


VFExtra resource pack.

DOWNLOAD : Niels Dewitte - VFX Technical Artist


VFExtra is a collection of useful assets for vfx developement in unreal engine. It is an ongoing project to provide extra functionality to help artists and students increase their productivity.

If you have any problems using the pack, please contact me.


INSTALL

Unpack the zip and paste the folder named “VFExtra_[EngineVersion]” inside of your project content folder.
VFExtra needs to be placed directly in the content folder, otherwise the references will be broken

ex5
ex6

You might have to refresh your content browser to see the changes.


REQUESTS

If you have Requests for functionality to be added to the pack, please let me know in this thread.!

46 Likes

Wow fantastic, what a gift! Thanks so much <3

2 Likes

That’s great, thank you, this is the best gift

1 Like

Wonderful… Thanks alot for sharing.

1 Like

Thank you very much - these modules are very useful to me.

1 Like

Mini tutorial resource pack update.

DOWNLOAD : You can download the pack from the link in the first post of this thread.


CONTENT

Modules:
Grid Constraint :


Allows for aligning particles to a given grid. This is ideal for making voxel and tech looking effects.

The module outputs to particles.gridposition by default, so be sure to switch your position binding to this parameter.
image

If you have motion blur enabled in your project settings, you’ll want to change your velocity binding to Vec3(0,0,0) as well.

MaintainSpriteSizeOverDistance: Keeps your sprite particles the same size independent of distance. Usefull if you want particles to be always small, but still visible from a distance.

Curves
image
A few useful float curves have been added. You can find them by pressing the Import drop down and searching for NCurve

FadeIn : Linear 0-1 curve
Fadout : Linear 1-0 curve
Flicker : Linear sawtooth curve with slight alteration in height, useful for flickering particles
Sine : You can call sin(Engine.Time) for a correct sine. But this is quite close and is sometimes easer to use. (for the times when it doesn’t really matter)
SmoothInOut : BellCurve, usefull for particles that need to fade in and out without visible transition.

That’s it for now, please check the first post for more information.

10 Likes

Dude you are a prince and a gentleman! Much appreciated!

2 Likes

How did I miss this!? :smiley: Cheers!

1 Like

VFExtra Anouncement and Update

DOWNLOAD & INSTALATION : Click Here!

Anouncement :

I will be renaming the mini tutorial pack to VFExtra.
The purpose of this changes is twofold.
For one, Mini Tutorial Resource Pack doesn’t exactly roll off the mounth, I want something slightly more pronounceable and recognizable.
For two, I have and will in the future add more content that is not related to any tutorial, so I want to avoid confusing people.

That being said, the modules described in the tutorials will still be available inside the pack.

UPDATE:
Modules:
Grid constraint : Fixed a bug that caused module error when using the script as a particle spawn module.

Get Curl Noise Float: Added a module to request a curl noise value as a float.
(Warning: Slightly expensive for what it is!)

Tools:
Magic Spline:

Magic spline is a blueprint utility actor designed to speed up the spline mesh(Soulercoaster) workflow. You no longer need to open maya/max to make simple meshes.

A small demo of the tool is available in gif form in this thread.

Instructions:

  1. Drag and drop the blueprint into your level

  2. Build a spline, you can add spline points using the right click context menu, or by alt dragging.
    image
    You can also rotate, scale and delete spline points to modify the spline.

  3. A few settings are exposed in the details panel:
    Control edges: Amount of subdivision edges along the spline. If you notice UV tearing, increasing this might help.
    Invert Flow : Inverts the V channel. You can do this in the material as well, sometimes it is usefull to just have a button.
    Spline Width: The width (or height) of the spline.
    Detail Per Spline Point : Amount of subdivision edges along the spline per spline point.
    Cross : Creates a cross section spline mesh (Usefull for faking thickness)
    Custom Material : Sets the custom material to be used for the next option.
    Preview : Select which preview method to use. Scroll Preview, UV Preview, or Custom Preview (Applies custom material)
    image

4.When you are happy with the curve, select the ProceduralMeshComponent in the details panel.
image
Scroll down to Create StaticMesh, and click it!
image
Select a good place to save it, and give it a nice recognisable name.
image

Yes, it is that easy!

18 Likes

Nice!

Thank you so much, this looks great!

1 Like

That’s awesome bro! Thank ya <3

1 Like

VFExtra Update

DOWNLOAD & INSTALATION : Niels Dewitte - VFX Technical Artist

NOTES:

Magic Spline Looping support : Magic spline now supports looping splines. Uvs automatically loop as well.
image

Magic Spline Spline thicken support : Vertex, Normals and Tangents now generate correctly for use with the spline thicken node.
An extra spline thicken preview mode has been added as well.
image

8 Likes


Ribbon Distance Tiling Module In Action

New Year VFExtra Update

DOWNLOAD & INSTALATION: Niels Dewitte - VFX Technical Artist

NOTES:

General

  • Fixed a bug which caused the sphere constraint center to not align properly in local space.
  • Ribbon Distance Tiling Module.
  • Added an Example Map for some of the modules

Magic Spline:

  • Added Shape option and circle shapes.
  • Added option to enable vertex colours along and across the spline.
  • Added an Example map demonstrating the different options available.

Anim Spline:

  • A new Tool for baking animation trails to static meshes. This is useful when animations are too fast
    for the AnimTrail System to deal with.
    -Anim Spline Example Map.

12 Likes

Cheers mate, great stuff! :smiley:

1 Like

Anim Spline looked interesting, but I think some files are missing. The map has only Text Renders and the BP_AnimeSpline had no parent class assigned. I just unzipped and dragged the files into content folder, is there anything I need to consider? :thinking:

Edit: The other map (VFEModules) is working.

Oh, I don’t really have time today, but I’ll look at it tomorrow.
Could you answer some questions?

  • are you on 4.26?
  • do you have plugins installed that aren’t installed by default?
  • did you uninstall any of the default installed plugins?
  • what happens if you drag the blueprint into an empty map, does it give you the same issue?
1 Like

Weird, it’s working now.
I opened the same project again and magically all links were repaired.
I’m pretty sure I dragged the VFExtra folder in the project content folder while the editor was closed.
I literally have no idea why it failed the first time. Sorry for bothering! <3

I mean, you shouldn’t even have to close the editor since 4.21 I think.
It would be good to know if others had this problem as well.

Thanks for reporting it!

I added a little download for some of the nicer textures from my texture maker project to my website, so I’ll add it here as well!.

Read more here : UE VFX Texture Maker

Download

The textures are all TGA so just pick and choose the once you like and import as you would normally.
My website: Niels Dewitte - VFX Technical Artist
Direct : Download Textures

Some of my personal favorites;


7 Likes

Thanks for these, the flares are quite nice!

1 Like