Choose your operating system:
Windows
macOS
Linux
Actions
Async Load Asset |
Asynchronously loads a Soft Object Reference and returns object of the correct type if the load succeeds |
Async Load Class Asset |
Asynchronously loads a Soft Class Reference and returns class of the correct type if the load succeeds |
Break Soft Class Path |
Gets the path string out of a Soft Class Path Target is Kismet System Library |
Break Soft Object Path |
Gets the path string out of a Soft Object Path Target is Kismet System Library |
Cast To Class |
Converts an object into a class Target is Kismet System Library |
Class Is Child Of |
Determine if a class is a child of another class. Target is Kismet Math Library |
Copy |
Outputs a copy of the value passed into it. |
Does Implement Interface |
Checks if this object implements a specific interface, works for both native and blueprint interfacse Target is Kismet System Library |
Editor Destroyed |
Editor Destroyed Target is VPViewport Tickable Actor Base |
Get Atmosphere Transmitance On Ground At Planet Top |
Get Atmosphere Transmitance on Ground at Planet Top Target is Sky Atmosphere Component |
Get Class |
Returns the class of a passed in Object, will always be valid if Object is not NULL Target is Gameplay Statics |
Get Class Display Name |
Returns the display name of a class Target is Kismet System Library |
Get Command Line |
Returns the command line that the process was launched with. Target is Kismet System Library |
Get Data Table Row |
Attempts to retrieve a TableRow from a DataTable via it's RowName |
Get Display Name |
Returns the display name (or actor label), for displaying as a debugging aid. Note: In editor builds, this is the actor label. In non-editor builds, this is the actual object name. This function should not be used to uniquely identify actors! It is not localized and should not be used for display to an end user of a game. Target is Kismet System Library |
Get Editor Property |
Attempts to retrieve the value of a named property from the given object. Target is Kismet System Library |
Get Frame Count |
Returns the value of GFrameCounter, a running count of the number of frames that have occurred. Target is Kismet System Library |
Get Object Name |
Returns the actual object name. Target is Kismet System Library |
Get Outer Object |
Returns the outer object of an object. Target is Kismet System Library |
Get Path Name |
Returns the full path to the specified object. Target is Kismet System Library |
Get Skip Assigning Gamepad to Player 1 |
Get Skip Assigning Gamepad to Player 1 Target is Game Maps Settings |
Has Launch Option |
Checks the commandline to see if the desired option was specified on the commandline (e.g. -demobuild) Target is Gameplay Statics |
Is Unattended |
Returns true if running unattended (-unattended is on the command line) Target is Kismet System Library |
Is Valid |
Return true if the object is usable : non-null and not pending kill Target is Kismet System Library |
Is Valid Class |
Return true if the class is usable : non-null and not pending kill Target is Kismet System Library |
Is Valid Soft Class Reference |
Returns true if the Soft Class Reference is not null Target is Kismet System Library |
Is Valid Soft Object Reference |
Returns true if the Soft Object Reference is not null Target is Kismet System Library |
Load Asset Blocking |
Resolves or loads a Soft Object Reference immediately, this will cause hitches and Async Load Asset should be used if possible Target is Kismet System Library |
Load Class Asset Blocking |
Resolves or loads a Soft Class Reference immediately, this will cause hitches and Async Load Class Asset should be used if possible Target is Kismet System Library |
Make Soft Class Path |
Builds a SoftClassPath struct. Generally you should be using Soft Class References/Ptr types instead Target is Kismet System Library |
Make Soft Object Path |
Builds a SoftObjectPath struct. Generally you should be using Soft Object References/Ptr types instead Target is Kismet System Library |
Parse Command Line |
Target is Kismet System Library |
Parse Param |
Returns true if the string has -param in it (do not specify the leading -) Target is Kismet System Library |
Parse Param Value |
Returns 'value' if -option=value is in the string Target is Kismet System Library |
Resolve Soft Reference |
Resolves or makes a Soft Reference, connect a soft or hard reference to the input pin. |
Select |
Return the option at Index, (first option is indexed at 0) |
Select Class |
If bPickA is true, A is returned, otherwise B is Target is Kismet Math Library |
Select Object |
If bPickA is true, A is returned, otherwise B is Target is Kismet Math Library |
Set Editor Property |
Attempts to set the value of a named property on the given object. Target is Kismet System Library |
Set Skip Assigning Gamepad to Player 1 |
Modify "Skip Assigning Gamepad to Player 1" GameMapsSettings option Target is Game Maps Settings |
To Object (Interface) |
Converts an interfance into an object Target is Kismet System Library |
To Soft Class Reference |
Converts a Soft Class Path into a base Soft Class Reference, this is not guaranteed to be resolvable Target is Kismet System Library |
To Soft Object Reference |
Converts a Soft Object Path into a base Soft Object Reference, this is not guaranteed to be resolvable Target is Kismet System Library |
To String (SoftClassReference) |
Converts a Soft Class Reference to a string. The other direction is not provided because it cannot be validated Target is Kismet System Library |
To String (SoftObjectReference) |
Converts a Soft Object Reference to a string. The other direction is not provided because it cannot be validated Target is Kismet System Library |
Categories
Animation |
Animation |
Array |
Array |
Casting |
Casting |
Collision |
Collision |
DMX |
DMX |
Enum |
Enum |
Flow Control |
Flow Control |
Internationalization |
Internationalization |
Macro |
Macro |
Map |
Map |
Name |
Name |
Operators |
Operators |
Paths |
Paths |
Platform |
Platform |
Set |
Set |
String |
String |
String Table |
String Table |
Struct |
Struct |
Text |
Text |
Time |
Time |
Time Management |
Time Management |
World |
World |