General
GetChildClasses
Returns a list of actor classes that are derived from the given base class. This exposes the built-in GetDerivedClasses function to blueprints.- Blueprint
- C++

The base class to get the derived classes for.
Whether to include derived classes of derived classes.
The list of derived classes.
Project
GetProjectVersion
Gets the project version as a string.- Blueprint
- C++

The project version as a string.
Clipboard
CopyTextToClipboard
Copies the provided text to the clipboard.- Blueprint
- C++

The text to copy to the clipboard.
CopyStringToClipboard
Copies the provided string to the clipboard.- Blueprint
- C++

The string to copy to the clipboard.
GetTextFromClipboard
Gets the content from the clipboard as FText.- Blueprint
- C++

The text from the clipboard.
GetStringFromClipboard
Gets the content from the clipboard as an FString.- Blueprint
- C++

The content from the clipboard as a string.
ClearClipboard
Clears the clipboard.- Blueprint
- C++


