Interactive Snowfield

LingFeng - 블루프린트 - 2021/10/20

You can use these Blue Prints to make snowfield,mud road or desert which can left trails.Snow will pile up on the edge of trail.

  • 지원 플랫폼
  • 지원 엔진 버전
    4.26 - 4.27
  • 다운로드 유형
    전체 프로젝트
    이 제품은 언리얼 엔진 프로젝트 전체 폴더와 함께 환경 설정 파일, 콘텐츠 파일 및 .uproject 파일을 포함하고 있으며 새로운 프로젝트를 생성할 때 템플릿으로 사용할 수 있습니다.

Email:2523355376@qq.com


video links:

bilibili: https://b23.tv/X04yxGh

youtube: https://youtu.be/rpcyDnITNDQ


Support landscape material.

If you want to use snow trails on your landscape you can use a SnowActor_Land who will follow player's camera and only draw limited area around player's pawn.

You can also create a SnowActor who will draw proven area with own render target,it's useful for trails you don't want fade by distance.It can use with Niagara.


Tow draw ways are supported:

Use a texture to draw trails which is useful for simple shapes such as sphere,box,or car.

Use a scene capture 2D which follows your actor to draw accurate trail with depth.Character's footsteps and complex skeleton mesh with animation could draw their trails accurately by this way.


To save computing time

Drawers won't draw until it's moving

SnowActors will update only when draw information updated

Tessellation depend on distance.


A debug board Actor is equipped to show how height map are drawn.


You can modify banked shape and blur quality by material used to draw render target.


Snow quality is controllable,you can change render target size and capture orthogonal width,capture render target size.


The trail is drawn on the render target

Drawer: They are responsible for generating draw information telling the manager where to draw and what kind of the pattern.

Manager:He will distribute the collected draw information to the SnowActor who should draw each piece of in

formation.

Snowactor: The actor that actually draws the snow height map. It will draw the snow height map using the draw information told by the manager.

기술적 세부사항

Number of Blueprints:12

Input: ( Keyboard,Mouse)

Network Replicated: (No)

Supported Development Platforms:windows 10

Windows: (Yes)

Mac: (Yes)

Documentation: Link (or a description of where users can find) the documentation

Important/Additional Notes: