![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
This is the complete list of members for ITypedElementSelectionInterface, including all inherited members.
| AllowSelectionModifiers(const FTypedElementHandle &InElementHandle, const FTypedElementListConstPtr &InSelectionSet) | ITypedElementSelectionInterface | inlinevirtual |
| AllowSelectionModifiers(const FScriptTypedElementHandle &InElementHandle, const FScriptTypedElementListProxy InSelectionSet) | ITypedElementSelectionInterface | virtual |
| CanDeselectElement(const FTypedElementHandle &InElementHandle, const FTypedElementSelectionOptions &InSelectionOptions) | ITypedElementSelectionInterface | inlinevirtual |
| CanDeselectElement(const FScriptTypedElementHandle &InElementHandle, const FTypedElementSelectionOptions &InSelectionOptions) | ITypedElementSelectionInterface | virtual |
| CanSelectElement(const FTypedElementHandle &InElementHandle, const FTypedElementSelectionOptions &InSelectionOptions) | ITypedElementSelectionInterface | inlinevirtual |
| CanSelectElement(const FScriptTypedElementHandle &InElementHandle, const FTypedElementSelectionOptions &InSelectionOptions) | ITypedElementSelectionInterface | virtual |
| CreateTransactedElement(const FTypedElementHandle &InElementHandle) | ITypedElementSelectionInterface | inline |
| CreateTransactedElement(const FTypedHandleTypeId InTypeId) | ITypedElementSelectionInterface | inline |
| CreateTransactedElementImpl() | ITypedElementSelectionInterface | inlineprotectedvirtual |
| DeselectElement(const FTypedElementHandle &InElementHandle, const FTypedElementListPtr &InSelectionSet, const FTypedElementSelectionOptions &InSelectionOptions) | ITypedElementSelectionInterface | virtual |
| DeselectElement(const FScriptTypedElementHandle &InElementHandle, FScriptTypedElementListProxy InSelectionSet, const FTypedElementSelectionOptions &InSelectionOptions) | ITypedElementSelectionInterface | virtual |
| GetSelectionElement(const FTypedElementHandle &InElementHandle, const FTypedElementListConstPtr &InCurrentSelection, const ETypedElementSelectionMethod InSelectionMethod) | ITypedElementSelectionInterface | inlinevirtual |
| GetSelectionElement(const FScriptTypedElementHandle &InElementHandle, const FScriptTypedElementListProxy InCurrentSelection, const ETypedElementSelectionMethod InSelectionMethod) | ITypedElementSelectionInterface | virtual |
| IsElementSelected(const FTypedElementHandle &InElementHandle, const FTypedElementListConstPtr &SelectionSetPtr, const FTypedElementIsSelectedOptions &InSelectionOptions) | ITypedElementSelectionInterface | virtual |
| IsElementSelected(const FScriptTypedElementHandle &InElementHandle, const FScriptTypedElementListProxy InSelectionSet, const FTypedElementIsSelectedOptions &InSelectionOptions) | ITypedElementSelectionInterface | virtual |
| SelectElement(const FTypedElementHandle &InElementHandle, const FTypedElementListPtr &InSelectionSet, const FTypedElementSelectionOptions &InSelectionOptions) | ITypedElementSelectionInterface | virtual |
| SelectElement(const FScriptTypedElementHandle &InElementHandle, FScriptTypedElementListProxy InSelectionSet, const FTypedElementSelectionOptions &InSelectionOptions) | ITypedElementSelectionInterface | virtual |
| ShouldPreventTransactions(const FTypedElementHandle &InElementHandle) | ITypedElementSelectionInterface | inlinevirtual |