Summary
[Editor-Only]
    Manages the copying and pasting of events and persistent calls.
    
		- Assembly
- UltEvents.dll 
- Namespace
- UltEvents.Editor 
- Base Types
- 
									- Object
 
							graph BT
	Type-->Base0["Object"]
	Type["Clipboard"]
class Type type-node
						
					Syntax
public static class ClipboardProperties
Methods
| Name | Value | Summary | 
|---|---|---|
| CopyCall | void | Stores the details of the specified call. static | 
| CopyCall | void | Stores the details of the call contained in the specified property. static | 
| CopyCall | void | Stores the details of the call contained in the specified property. static | 
| CopyEvent | void | Stores the details of the event contained in the specified property. static | 
| CopyEvent | void | Stores the details of the event contained in the specified property. static | 
| CopyEvent | void | Stores the details of the specified event. static | 
| Paste | void | Overwrites the specified event with the previously copied details. static | 
| PasteCall | void | Overwrites the specified call with the previously copied details. static | 
| PasteCall | void | Overwrites the call contained in the specified property with the copied details. static | 
| PasteCall | void | Overwrites the call contained in the specified property with the copied details. static |