Navigation
BlueprintAPI > BlueprintAPI/Utilities
Returns true if Object is of type SoftClass - either an instance of the class or child class, or implements the interface. Alternative to Cast - slower but without adding a hard reference.
Target is Kismet System Library
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| object | Object | |
| softclass | Soft Class |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | True | |
| exec | False |