UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
ARSystemSupportBase.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2
3// Common implementation that can be shared by mnay ARSystemSupport implementations
4
5#pragma once
6
7#include "ARSystem.h"
8
9#define UE_API AUGMENTEDREALITY_API
10
12{
13public:
14 UE_API virtual bool OnPinComponentToARPin(USceneComponent* ComponentToPin, UARPin* Pin) override;
15};
16
17
18
19
20#undef UE_API
#define UE_API
Definition ARSystemSupportBase.h:9
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
Definition ARSystemSupportBase.h:12
virtual UE_API bool OnPinComponentToARPin(USceneComponent *ComponentToPin, UARPin *Pin) override
Definition ARSystemSupportBase.cpp:7
Definition ARSystem.h:78
Definition ARPin.h:15