Navigation
API > API/Editor > API/Editor/EditorInteractiveToolsFramework > API/Editor/EditorInteractiveToolsFramework/FRelativeTransformInterfaceRegis-
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
IRelativeTransformInterface * FindRelativeTransformInterface
(
const TTypedElement< ITypedElementWorldInterface >& InElement |
Find the registered interface from the given class. | EditorGizmos/GizmoRotationUtil.h | |
IRelativeTransformInterface * FindRelativeTransformInterface
(
const UClass* InClass |
EditorGizmos/GizmoRotationUtil.h |
FindRelativeTransformInterface(const TTypedElement< ITypedElementWorldInterface > &)
Description
Find the registered interface from the given class. Returns a nullptr if noting registered for that class.
| Name | FindRelativeTransformInterface |
| Type | function |
| Header File | /Engine/Source/Editor/Experimental/EditorInteractiveToolsFramework/Public/EditorGizmos/GizmoRotationUtil.h |
| Include Path | #include "EditorGizmos/GizmoRotationUtil.h" |
| Source | /Engine/Source/Editor/Experimental/EditorInteractiveToolsFramework/Private/EditorGizmos/GizmoRotationUtil.cpp |
IRelativeTransformInterface * FindRelativeTransformInterface
(
const TTypedElement < ITypedElementWorldInterface > & InElement
) const
FindRelativeTransformInterface(const UClass *)
| Name | FindRelativeTransformInterface |
| Type | function |
| Header File | /Engine/Source/Editor/Experimental/EditorInteractiveToolsFramework/Public/EditorGizmos/GizmoRotationUtil.h |
| Include Path | #include "EditorGizmos/GizmoRotationUtil.h" |
| Source | /Engine/Source/Editor/Experimental/EditorInteractiveToolsFramework/Private/EditorGizmos/GizmoRotationUtil.cpp |
IRelativeTransformInterface * FindRelativeTransformInterface
(
const UClass * InClass
) const