![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <TypedElementSelectionInterface.h>
Public Member Functions | |
| virtual | ~ITypedElementTransactedElement ()=default |
| TUniquePtr< ITypedElementTransactedElement > | Clone () const |
| FTypedElementHandle | GetElement () const |
| FTypedHandleTypeId | GetElementType () const |
| void | SetElement (const FTypedElementHandle &InElementHandle) |
| void | SetElementType (const FTypedHandleTypeId InTypeId) |
| void | Serialize (FArchive &InArchive) |
Protected Member Functions | |
| virtual TUniquePtr< ITypedElementTransactedElement > | CloneImpl () const =0 |
| virtual FTypedElementHandle | GetElementImpl () const =0 |
| virtual void | SetElementImpl (const FTypedElementHandle &InElementHandle)=0 |
| virtual void | SerializeImpl (FArchive &InArchive)=0 |
|
virtualdefault |
|
inline |
|
protectedpure virtual |
|
inline |
|
protectedpure virtual |
|
inline |
|
protectedpure virtual |
|
inline |
|
protectedpure virtual |
|
inline |