Skip to content

Commit 98dcf16

Browse files
authored
Update README.md
Added C++ exposure instructions
1 parent ce5b007 commit 98dcf16

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
# UnrealFastNoise2
22
UnrealFastNoise2 is an Unreal Engine plugin that wraps [FastNoise2](https://github.com/Auburn/FastNoise2), allowing you to use the FastNoise2 library in blueprints.
33

4-
![Sample of Simple Terrain noise setup in Blueprint](Resources/SimpleTerrainSample.png)
4+
![Sample of Simple Terrain noise setup in Blueprint](Resources/SimpleTerrainSample.png)
5+
6+
Install Tips:
7+
8+
To use C++ and Blueprints add "FastNoise2" to your PublicDependencyModuleNames in Project.Build.cs after installing the plugin. This will give you access to the C++ classes. The file is located in ../ProjectName/Source/ProjectName/ProjectName.Build.cs (default location)
9+
10+
![image](https://github.com/user-attachments/assets/98b9bc22-311b-448e-84d6-7f1ca86fd6c3)

0 commit comments

Comments
 (0)