UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
ARSupportInterface.h File Reference
#include "ARTypes.h"
#include "ARSessionConfig.h"
#include "ARTextures.h"
#include "Engine/Engine.h"

Go to the source code of this file.

Classes

class  FARSupportInterface
 

Macros

#define UE_API   AUGMENTEDREALITY_API
 
#define DECLARE_AR_SI_DELEGATE_FUNCS(DelegateName)
 

Functions

 DECLARE_MULTICAST_DELEGATE (FARSystemOnSessionStarted)
 
 DECLARE_MULTICAST_DELEGATE_OneParam (FARSystemOnAlignmentTransformUpdated, const FTransform &)
 

Macro Definition Documentation

◆ DECLARE_AR_SI_DELEGATE_FUNCS

#define DECLARE_AR_SI_DELEGATE_FUNCS (   DelegateName)
Value:
public: \
UE_API FDelegateHandle Add##DelegateName##Delegate_Handle(const F##DelegateName##Delegate& Delegate); \
UE_API void Clear##DelegateName##Delegates(FDelegateUserObject Object);
#define UE_API
Definition ARSupportInterface.h:10
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
void * FDelegateUserObject
Definition IDelegateInstance.h:107
Definition IDelegateInstance.h:14

◆ UE_API

Function Documentation

◆ DECLARE_MULTICAST_DELEGATE()

DECLARE_MULTICAST_DELEGATE ( FARSystemOnSessionStarted  )

◆ DECLARE_MULTICAST_DELEGATE_OneParam()

DECLARE_MULTICAST_DELEGATE_OneParam ( FARSystemOnAlignmentTransformUpdated  ,
const FTransform  
)