DOCUMENTED ASSETS FOR
DOCUMENTED ASSETS FOR
FREE
UNREAL ENGINE ONLY
Coya™ - Operated in Poland; Warsaw,
Game Developer and Publisher
Formerly known as Coya Labs
Email:
coya@coyalabs.com
© 2025 All Rights Reserved Coya
Coya™ - Operated in Poland; Warsaw,
Game Developer and Publisher
Formerly known as Coya Labs
Email:
coya@coyalabs.com
© 2025 All Rights Reserved Coya
Coya™ - Operated in Poland; Warsaw,
Game Developer and Publisher
Formerly known as Coya Labs
Email:
coya@coyalabs.com
© 2025 All Rights Reserved Coya
NODES
Create a new Blueprint Function Library, open it and copy and paste
functions from below.
Higher Then Invert
Simple function for inverting a float value when its higher than a set value.
Less Then Invert
Simple function for inverting a float value when its lower than a set value.
Repeat String Character
Repeats a string character B amounts of time.
Remove Between String
REQUIRES VALUE BETWEEN Removes part of a string.
Value Between
Returns true if the value is between min and max.
Combine String Characters
Combines an array of characters into a single string.
Combine String Lines
Combines an array of lines into a single string.
String Array to Name Array
Converts a string array to a name array
Name Array to String Array
Converts a name array to string array.
Remove Spaces From String
Removes all spaces from string value.
Remove Substring From String
Removes a substring from a string value.
Is Lower String
Checks if the string is lowercase.
Is Upper String
Checks if the string is uppercase.
Add Space Characters to String
REQUIRES IS UPPER STRING! Adds a character before every uppercase character.
Remove Space Characters
Replaces space characters with an actual space.
Detect file extension
REQUIRES REMOVE SUBSTRING FROM STRING! Detects a file extension and adds a dot, example: filepng > file.png Note: You need to specify file extension patterns inside Patterns local variable
Integer To Month Name
Converts a month index integer to a month name.
Encode String
Encodes a string value.