Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Engine/Classes/Kismet/BlueprintFunctionLibrary.h |
Include |
#include "Kismet/BlueprintFunctionLibrary.h" |
class UBlueprintFunctionLibrary : public UObject
This class is a base class for any function libraries exposed to blueprints. Methods in subclasses are expected to be static, and no methods should be added to this base class.
Name | Description | |
---|---|---|
|
UBlueprintFunctionLibrary ( |
Name | Description | ||
---|---|---|---|
|
GetFunctionCallspace |
Return the space this function should be called. |