UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
TedsTypedElementBridgeInterface.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2
3#pragma once
4
7#include "UObject/Interface.h"
8
9#include "TedsTypedElementBridgeInterface.generated.h"
10
11UINTERFACE(MinimalAPI, meta = (CannotImplementInterfaceInBlueprint))
16
24
25template <>
26struct TTypedElement<ITedsTypedElementBridgeInterface> : public TTypedElementBase<ITedsTypedElementBridgeInterface>
27{
28 FTedsRowHandle GetRowHandle() const { return InterfacePtr->GetRowHandle(*this); }
29};
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
#define GENERATED_BODY(...)
Definition ObjectMacros.h:765
#define UINTERFACE(...)
Definition ObjectMacros.h:780
Definition TedsTypedElementBridgeInterface.h:18
virtual FTedsRowHandle GetRowHandle(const FTypedElementHandle &InElementHandle) const
Definition TedsTypedElementBridgeInterface.h:22
Definition Interface.h:19
Definition TedsTypedElementBridgeInterface.h:13
Definition Handles.h:34
Definition TypedElementHandle.h:18
Definition TypedElementHandle.h:271
BaseInterfaceType * InterfacePtr
Definition TypedElementHandle.h:386
FTedsRowHandle GetRowHandle() const
Definition TedsTypedElementBridgeInterface.h:28
Definition TypedElementHandle.h:396