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
11
class
FARSystemSupportBase
:
public
IARSystemSupport
12
{
13
public
:
14
UE_API
virtual
bool
OnPinComponentToARPin
(USceneComponent*
ComponentToPin
,
UARPin
* Pin)
override
;
15
};
16
17
18
19
20
#undef UE_API
UE_API
#define UE_API
Definition
ARSystemSupportBase.h:9
ARSystem.h
StaticCastSharedRef
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition
SharedPointer.h:127
FARSystemSupportBase
Definition
ARSystemSupportBase.h:12
FARSystemSupportBase::OnPinComponentToARPin
virtual UE_API bool OnPinComponentToARPin(USceneComponent *ComponentToPin, UARPin *Pin) override
Definition
ARSystemSupportBase.cpp:7
IARSystemSupport
Definition
ARSystem.h:78
UARPin
Definition
ARPin.h:15
Engine
Source
Runtime
AugmentedReality
Public
ARSystemSupportBase.h
Generated by
1.9.8