+ Follow UE4 example for spawning and destroying actors + https://docs.unrealengine.com/4.27/en-US/ProgrammingAndScripting/SpawnAndDestroyActors/ + This version uses hybrid C++ and Blueprints instead of doing one or the other + Functions to spawn and delete fireballs exposed by UFUNCTION() prefix
23 lines
234 B
Plaintext
23 lines
234 B
Plaintext
# Custom ignores
|
|
**/cmake-build-debug/**
|
|
.idea
|
|
out
|
|
build
|
|
CMakeLists.txt
|
|
|
|
# Default UE4 generated .ignores
|
|
Binaries
|
|
DerivedDataCache
|
|
Intermediate
|
|
Saved
|
|
.vscode
|
|
.vs
|
|
*.VC.db
|
|
*.opensdf
|
|
*.opendb
|
|
*.sdf
|
|
*.sln
|
|
*.suo
|
|
*.xcodeproj
|
|
*.xcworkspace
|