BlueprintThreadSafe
UCLASS(meta=(BlueprintThreadSafe))Docs: Only valid on Blueprint function libraries. This specifier marks the functions in this class as callable on non-game threads in animation Blueprints.
https://unreal-garden.com/docs/uclass/#blueprintthreadsafe
#UnrealEngine
All UCLASS Specifiers

Sample code, screenshots and comments for all specifiers, including undocumented ones.

Unreal🌱Garden