Choose your operating system:
Windows
macOS
Linux
Name |
Description |
|
---|---|---|
|
FTypedElementInterfaceCustomizationRegistryBase |
Non-templated base class for the interface customization registry. |
|
FTypedElementSelectionCustomization |
Customization type used to allow asset editors (such as the level editor) to override the base behavior of element selection, by injecting extra pre/post selection logic around the call into the selection interface for an element type. |
|
FTypedElementSelectionNormalizationOptions |
|
|
FTypedElementSelectionSetElement |
Utility to hold a typed element handle and its associated selection interface and selection customization. |
|
FTypedElementSelectionSetState |
|
|
TTypedElementInterfaceCustomizationRegistry |
Utility to register and retrieve interface customizations for a given type. |
|
UTypedElementSelectionSet |
A wrapper around an element list that ensures mutation goes via the selection interfaces, as well as providing some utilities for batching operations. |
Name | Description | ||
---|---|---|---|
|
TypedElementListObjectUtil::CountObjects ( |
Count the number of objects in the given list of elements. |
|
|
TypedElementListObjectUtil::CountObjectsOfExactClass ( |
Count the number of objects of the exact class in the given list of elements (a quick test using the class counter, skipping derived types). |
|
|
TypedElementListObjectUtil::ForEachObject ( |
Enumerate the objects from the given list of elements. |
|
|
RequiredClas... |
TypedElementListObjectUtil::GetBottomObject ( |
Get the last object of the given type from the given list of elements. |
|
TArray< Requ... |
TypedElementListObjectUtil::GetObjects ( |
Get the array of objects from the given list of elements. |
|
RequiredClas... |
TypedElementListObjectUtil::GetTopObject ( |
Get the first object of the given type from the given list of elements. |
|
TypedElementListObjectUtil::HasObjects ( |
Test whether there are any objects in the given list of elements. |
|
|
TypedElementListObjectUtil::HasObjectsOfExactClass ( |
Test if there are any objects of the exact class in the given list of elements (a quick test using the class counter, skipping derived types). |