UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UARSessionConfig Class Reference

#include <ARSessionConfig.h>

+ Inheritance diagram for UARSessionConfig:

Public Member Functions

UE_API UARSessionConfig ()
 
UE_API EARWorldAlignment GetWorldAlignment () const
 
UE_API EARSessionType GetSessionType () const
 
UE_API EARPlaneDetectionMode GetPlaneDetectionMode () const
 
UE_API EARLightEstimationMode GetLightEstimationMode () const
 
UE_API EARFrameSyncMode GetFrameSyncMode () const
 
UE_API bool ShouldRenderCameraOverlay () const
 
UE_API bool ShouldEnableCameraTracking () const
 
UE_API bool ShouldEnableAutoFocus () const
 
UE_API void SetEnableAutoFocus (bool bNewValue)
 
UE_API bool ShouldResetCameraTracking () const
 
UE_API void SetResetCameraTracking (bool bNewValue)
 
UE_API bool ShouldResetTrackedObjects () const
 
UE_API void SetResetTrackedObjects (bool bNewValue)
 
UE_API const TArray< UARCandidateImage * > & GetCandidateImageList () const
 
UE_API void AddCandidateImage (UARCandidateImage *NewCandidateImage)
 
UE_API void RemoveCandidateImage (UARCandidateImage *CandidateImage)
 
UE_API void RemoveCandidateImageAtIndex (int Index)
 
UE_API void ClearCandidateImages ()
 
UE_API int32 GetMaxNumSimultaneousImagesTracked () const
 
UE_API EAREnvironmentCaptureProbeType GetEnvironmentCaptureProbeType () const
 
UE_API const TArray< uint8 > & GetWorldMapData () const
 
UE_API void SetWorldMapData (TArray< uint8 > WorldMapData)
 
UE_API const TArray< UARCandidateObject * > & GetCandidateObjectList () const
 
UE_API void SetCandidateObjectList (const TArray< UARCandidateObject * > &InCandidateObjects)
 
UE_API void AddCandidateObject (UARCandidateObject *CandidateObject)
 
UE_API FARVideoFormat GetDesiredVideoFormat () const
 
UE_API void SetDesiredVideoFormat (FARVideoFormat NewFormat)
 
UE_API EARFaceTrackingDirection GetFaceTrackingDirection () const
 
UE_API void SetFaceTrackingDirection (EARFaceTrackingDirection InDirection)
 
UE_API EARFaceTrackingUpdate GetFaceTrackingUpdate () const
 
UE_API void SetFaceTrackingUpdate (EARFaceTrackingUpdate InUpdate)
 
UE_API EARSessionTrackingFeature GetEnabledSessionTrackingFeature () const
 
UE_API EARSceneReconstruction GetSceneReconstructionMethod () const
 
UE_API void SetSessionTrackingFeatureToEnable (EARSessionTrackingFeature InSessionTrackingFeature)
 
UE_API void SetSceneReconstructionMethod (EARSceneReconstruction InSceneReconstructionMethod)
 
bool ShouldDoHorizontalPlaneDetection () const
 
bool ShouldDoVerticalPlaneDetection () const
 
UE_API const TArray< uint8 > & GetSerializedARCandidateImageDatabase () const
 
UE_API UClassGetPlaneComponentClass (void) const
 
UE_API UClassGetPointComponentClass (void) const
 
UE_API UClassGetFaceComponentClass (void) const
 
UE_API UClassGetImageComponentClass (void) const
 
UE_API UClassGetQRCodeComponentClass (void) const
 
UE_API UClassGetPoseComponentClass (void) const
 
UE_API UClassGetEnvironmentProbeComponentClass (void) const
 
UE_API UClassGetObjectComponentClass (void) const
 
UE_API UClassGetMeshComponentClass (void) const
 
UE_API UClassGetGeoAnchorComponentClass (void) const
 
UMaterialInterfaceGetDefaultMeshMaterial () const
 
UMaterialInterfaceGetDefaultWireframeMeshMaterial () const
 
int32 GetMaxNumberOfTrackedFaces () const
 
UE_API bool ShouldUseOptimalVideoFormat () const
 
- Public Member Functions inherited from UObject
COREUOBJECT_API UObject ()
 
COREUOBJECT_API UObject (const FObjectInitializer &ObjectInitializer)
 
COREUOBJECT_API UObject (EStaticConstructor, EObjectFlags InFlags)
 
COREUOBJECT_API UObject (FVTableHelper &Helper)
 
COREUOBJECT_API UObjectCreateDefaultSubobject (FName SubobjectFName, UClass *ReturnType, UClass *ClassToCreateByDefault, bool bIsRequired, bool bIsTransient)
 
template<class TReturnType >
TReturnTypeCreateEditorOnlyDefaultSubobject (FName SubobjectName, bool bTransient=false)
 
template<class TReturnType >
TReturnTypeCreateDefaultSubobject (FName SubobjectName, bool bTransient=false)
 
template<class TReturnType , class TClassToConstructByDefault >
TReturnTypeCreateDefaultSubobject (FName SubobjectName, bool bTransient=false)
 
template<class TReturnType >
TReturnTypeCreateOptionalDefaultSubobject (FName SubobjectName, bool bTransient=false)
 
template<class TReturnType , class TClassToConstructByDefault >
TReturnTypeCreateOptionalDefaultSubobject (FName SubobjectName, bool bTransient=false)
 
COREUOBJECT_API void GetDefaultSubobjects (TArray< UObject * > &OutDefaultSubobjects)
 
COREUOBJECT_API UObjectGetDefaultSubobjectByName (FName ToFind)
 
virtual COREUOBJECT_API void PostInitProperties ()
 
virtual COREUOBJECT_API void PostReinitProperties ()
 
virtual void PostCDOContruct ()
 
virtual COREUOBJECT_API void PreSaveRoot (FObjectPreSaveRootContext ObjectSaveContext)
 
virtual COREUOBJECT_API void PostSaveRoot (FObjectPostSaveRootContext ObjectSaveContext)
 
virtual COREUOBJECT_API void PreSave (FObjectPreSaveContext SaveContext)
 
virtual COREUOBJECT_API void CollectSaveOverrides (FObjectCollectSaveOverridesContext SaveContext)
 
UE_FORCEINLINE_HINT bool Modify (bool bAlwaysMarkDirty=true)
 
UE_FORCEINLINE_HINT bool IsCapturingAsRootObjectForTransaction () const
 
virtual bool ResolveSubobject (const TCHAR *SubObjectPath, UObject *&OutObject, bool bLoadIfExists)
 
virtual bool IsReadyForAsyncPostLoad () const
 
virtual COREUOBJECT_API void PostLoad ()
 
virtual COREUOBJECT_API void PostLoadSubobjects (FObjectInstancingGraph *OuterInstanceGraph)
 
virtual COREUOBJECT_API void BeginDestroy ()
 
virtual bool IsReadyForFinishDestroy ()
 
virtual COREUOBJECT_API void FinishDestroy ()
 
virtual COREUOBJECT_API void Serialize (FStructuredArchive::FRecord Record)
 
virtual void ShutdownAfterError ()
 
virtual void PostInterpChange (FProperty *PropertyThatChanged)
 
virtual COREUOBJECT_API void PostRename (UObject *OldOuter, const FName OldName)
 
virtual void PreDuplicate (FObjectDuplicationParameters &DupParams)
 
virtual void PostDuplicate (bool bDuplicateForPIE)
 
virtual void PostDuplicate (EDuplicateMode::Type DuplicateMode)
 
virtual COREUOBJECT_API bool NeedsLoadForClient () const
 
virtual COREUOBJECT_API bool NeedsLoadForServer () const
 
virtual COREUOBJECT_API bool NeedsLoadForTargetPlatform (const class ITargetPlatform *TargetPlatform) const
 
virtual bool NeedsLoadForEditorGame () const
 
virtual bool IsEditorOnly () const
 
virtual bool HasNonEditorOnlyReferences () const
 
virtual bool IsPostLoadThreadSafe () const
 
virtual COREUOBJECT_API bool IsDestructionThreadSafe () const
 
virtual COREUOBJECT_API void GetPreloadDependencies (TArray< UObject * > &OutDeps)
 
virtual void GetPrestreamPackages (TArray< UObject * > &OutPrestream)
 
virtual void ExportCustomProperties (FOutputDevice &Out, uint32 Indent)
 
virtual void ImportCustomProperties (const TCHAR *SourceText, FFeedbackContext *Warn)
 
virtual void PostEditImport ()
 
virtual void PostReloadConfig (class FProperty *PropertyThatWasLoaded)
 
virtual COREUOBJECT_API bool Rename (const TCHAR *NewName=nullptr, UObject *NewOuter=nullptr, ERenameFlags Flags=REN_None)
 
virtual FString GetDesc ()
 
COREUOBJECT_API UScriptStructGetSparseClassDataStruct () const
 
virtual bool GetNativePropertyValues (TMap< FString, FString > &out_PropertyValues, uint32 ExportFlags=0) const
 
virtual COREUOBJECT_API void GetResourceSizeEx (FResourceSizeEx &CumulativeResourceSize)
 
SIZE_T GetResourceSizeBytes (EResourceSizeMode::Type Mode)
 
virtual FName GetExporterName (void)
 
COREUOBJECT_API void CallAddReferencedObjects (FReferenceCollector &Collector)
 
virtual FRestoreForUObjectOverwriteGetRestoreForUObjectOverwrite ()
 
virtual bool AreNativePropertiesIdenticalTo (UObject *Other) const
 
virtual COREUOBJECT_API void GetAssetRegistryTags (FAssetRegistryTagsContext Context) const
 
virtual COREUOBJECT_API void GetAssetRegistryTags (TArray< FAssetRegistryTag > &OutTags) const
 
COREUOBJECT_API void GetAssetRegistryTags (FAssetData &Out) const
 
COREUOBJECT_API void GetAssetRegistryTags (FAssetRegistryTagsContext Context, FAssetData &Out) const
 
virtual COREUOBJECT_API bool IsAsset () const
 
virtual COREUOBJECT_API FPrimaryAssetId GetPrimaryAssetId () const
 
virtual COREUOBJECT_API bool IsLocalizedResource () const
 
virtual COREUOBJECT_API bool IsSafeForRootSet () const
 
virtual COREUOBJECT_API void TagSubobjects (EObjectFlags NewFlags)
 
virtual COREUOBJECT_API void GetLifetimeReplicatedProps (TArray< class FLifetimeProperty > &OutLifetimeProps) const
 
virtual COREUOBJECT_API void GetReplicatedCustomConditionState (FCustomPropertyConditionState &OutActiveState) const
 
virtual COREUOBJECT_API void RegisterReplicationFragments (UE::Net::FFragmentRegistrationContext &Context, UE::Net::EFragmentRegistrationFlags RegistrationFlags)
 
virtual COREUOBJECT_API bool IsNameStableForNetworking () const
 
virtual COREUOBJECT_API bool IsFullNameStableForNetworking () const
 
virtual COREUOBJECT_API bool IsSupportedForNetworking () const
 
virtual void GetSubobjectsWithStableNamesForNetworking (TArray< UObject * > &ObjList)
 
virtual COREUOBJECT_API void PreNetReceive ()
 
virtual COREUOBJECT_API void PostNetReceive ()
 
virtual void PostRepNotifies ()
 
virtual COREUOBJECT_API void PreDestroyFromReplication ()
 
COREUOBJECT_API bool IsSelected () const
 
COREUOBJECT_API void SerializeScriptProperties (FArchive &Ar) const
 
COREUOBJECT_API void SerializeScriptProperties (FStructuredArchive::FSlot Slot) const
 
COREUOBJECT_API void ReinitializeProperties (UObject *SourceObject=NULL, struct FObjectInstancingGraph *InstanceGraph=NULL)
 
COREUOBJECT_API FString GetDetailedInfo () const
 
COREUOBJECT_API bool ConditionalBeginDestroy ()
 
COREUOBJECT_API bool ConditionalFinishDestroy ()
 
COREUOBJECT_API void ConditionalPostLoad ()
 
COREUOBJECT_API void ConditionalPreload ()
 
COREUOBJECT_API void ConditionalPostLoadSubobjects (struct FObjectInstancingGraph *OuterInstanceGraph=NULL)
 
bool IsBasedOnArchetype (const UObject *const SomeObject) const
 
COREUOBJECT_API UFunctionFindFunction (FName InName) const
 
COREUOBJECT_API UFunctionFindFunctionChecked (FName InName) const
 
virtual COREUOBJECT_API void BuildSubobjectMapping (UObject *OtherObject, TMap< UObject *, UObject * > &ObjectMapping) const
 
COREUOBJECT_API void CollectDefaultSubobjects (TArray< UObject * > &OutDefaultSubobjects, bool bIncludeNestedSubobjects=false) const
 
COREUOBJECT_API bool CheckDefaultSubobjects (bool bForceCheck=false) const
 
COREUOBJECT_API void SaveConfig (uint64 RequiredPropertyFlags=CPF_Config, const TCHAR *Filename=nullptr, FConfigCacheIni *Config=GConfig, bool bAllowCopyToDefaultObject=true)
 
COREUOBJECT_API void SaveConfig (const FSaveConfigContext &Context)
 
COREUOBJECT_API void UpdateDefaultConfigFile (const FString &SpecificFileLocation="")
 
COREUOBJECT_API bool TryUpdateDefaultConfigFile (const FString &SpecificFileLocation="", bool bWarnIfFail=true)
 
COREUOBJECT_API void UpdateGlobalUserConfigFile ()
 
COREUOBJECT_API void UpdateProjectUserConfigFile ()
 
COREUOBJECT_API void UpdateSinglePropertyInConfigFile (const FProperty *InProperty, const FString &InConfigIniName)
 
COREUOBJECT_API FString GetDefaultConfigFilename () const
 
COREUOBJECT_API FString GetGlobalUserConfigFilename () const
 
COREUOBJECT_API FString GetProjectUserConfigFilename () const
 
virtual const TCHARGetConfigOverridePlatform () const
 
virtual void OverrideConfigSection (FString &SectionName)
 
virtual void OverridePerObjectConfigSection (FString &SectionName)
 
COREUOBJECT_API void LoadConfig (UClass *ConfigClass=nullptr, const TCHAR *Filename=nullptr, uint32 PropagationFlags=UE::LCPF_None, class FProperty *PropertyToLoad=nullptr, TArray< UE::ConfigAccessTracking::FConfigAccessData > *OutAccessedKeys=nullptr)
 
COREUOBJECT_API void ReloadConfig (UClass *ConfigClass=NULL, const TCHAR *Filename=NULL, uint32 PropagationFlags=UE::LCPF_None, class FProperty *PropertyToLoad=NULL)
 
COREUOBJECT_API void ParseParms (const TCHAR *Parms)
 
COREUOBJECT_API void OutputReferencers (FOutputDevice &Ar, FReferencerInformationList *Referencers=NULL)
 
COREUOBJECT_API void RetrieveReferencers (TArray< FReferencerInformation > *OutInternalReferencers, TArray< FReferencerInformation > *OutExternalReferencers)
 
COREUOBJECT_API void SetLinker (FLinkerLoad *LinkerLoad, int32 LinkerIndex, bool bShouldDetachExisting=true, bool bSilenceLogs=false)
 
COREUOBJECT_API UObjectGetArchetype () const
 
COREUOBJECT_API void GetArchetypeInstances (TArray< UObject * > &Instances)
 
COREUOBJECT_API void InstanceSubobjectTemplates (struct FObjectInstancingGraph *InstanceGraph=NULL)
 
template<class T >
bool Implements () const
 
virtual COREUOBJECT_API void ProcessEvent (UFunction *Function, void *Parms)
 
virtual int32 GetFunctionCallspace (UFunction *Function, FFrame *Stack)
 
virtual bool CallRemoteFunction (UFunction *Function, void *Parms, struct FOutParmRec *OutParms, FFrame *Stack)
 
COREUOBJECT_API bool CallFunctionByNameWithArguments (const TCHAR *Cmd, FOutputDevice &Ar, UObject *Executor, bool bForceCallWithNonExec=false)
 
COREUOBJECT_API void CallFunction (FFrame &Stack, RESULT_DECL, UFunction *Function)
 
 DECLARE_FUNCTION (ProcessInternal)
 
virtual bool ProcessConsoleExec (const TCHAR *Cmd, FOutputDevice &Ar, UObject *Executor)
 
COREUOBJECT_API void SkipFunction (FFrame &Stack, RESULT_DECL, UFunction *Function)
 
virtual UClassRegenerateClass (UClass *ClassToRegenerate, UObject *PreviousCDO)
 
COREUOBJECT_API bool IsInBlueprint () const
 
COREUOBJECT_API void DestroyNonNativeProperties ()
 
virtual void MarkAsEditorOnlySubobject ()
 
COREUOBJECT_API void AbortInsideMemberFunction () const
 
 DECLARE_FUNCTION (execUndefined)
 
 DECLARE_FUNCTION (execLocalVariable)
 
 DECLARE_FUNCTION (execInstanceVariable)
 
 DECLARE_FUNCTION (execDefaultVariable)
 
 DECLARE_FUNCTION (execLocalOutVariable)
 
 DECLARE_FUNCTION (execInterfaceVariable)
 
 DECLARE_FUNCTION (execClassSparseDataVariable)
 
 DECLARE_FUNCTION (execInterfaceContext)
 
 DECLARE_FUNCTION (execArrayElement)
 
 DECLARE_FUNCTION (execBoolVariable)
 
 DECLARE_FUNCTION (execClassDefaultVariable)
 
 DECLARE_FUNCTION (execEndFunctionParms)
 
 DECLARE_FUNCTION (execNothing)
 
 DECLARE_FUNCTION (execNothingInt32)
 
 DECLARE_FUNCTION (execNothingOp4a)
 
 DECLARE_FUNCTION (execBreakpoint)
 
 DECLARE_FUNCTION (execTracepoint)
 
 DECLARE_FUNCTION (execWireTracepoint)
 
 DECLARE_FUNCTION (execInstrumentation)
 
 DECLARE_FUNCTION (execEndOfScript)
 
 DECLARE_FUNCTION (execReturnNothing)
 
 DECLARE_FUNCTION (execEmptyParmValue)
 
 DECLARE_FUNCTION (execJump)
 
 DECLARE_FUNCTION (execJumpIfNot)
 
 DECLARE_FUNCTION (execAssert)
 
 DECLARE_FUNCTION (execPushExecutionFlow)
 
 DECLARE_FUNCTION (execPopExecutionFlow)
 
 DECLARE_FUNCTION (execComputedJump)
 
 DECLARE_FUNCTION (execPopExecutionFlowIfNot)
 
 DECLARE_FUNCTION (execLet)
 
 DECLARE_FUNCTION (execLetObj)
 
 DECLARE_FUNCTION (execLetWeakObjPtr)
 
 DECLARE_FUNCTION (execLetBool)
 
 DECLARE_FUNCTION (execLetDelegate)
 
 DECLARE_FUNCTION (execLetMulticastDelegate)
 
 DECLARE_FUNCTION (execAddMulticastDelegate)
 
 DECLARE_FUNCTION (execClearMulticastDelegate)
 
 DECLARE_FUNCTION (execEatReturnValue)
 
 DECLARE_FUNCTION (execRemoveMulticastDelegate)
 
 DECLARE_FUNCTION (execSelf)
 
 DECLARE_FUNCTION (execContext)
 
 DECLARE_FUNCTION (execContext_FailSilent)
 
 DECLARE_FUNCTION (execStructMemberContext)
 
 DECLARE_FUNCTION (execVirtualFunction)
 
 DECLARE_FUNCTION (execFinalFunction)
 
 DECLARE_FUNCTION (execLocalVirtualFunction)
 
 DECLARE_FUNCTION (execLocalFinalFunction)
 
 DECLARE_FUNCTION (execStructCmpEq)
 
 DECLARE_FUNCTION (execStructCmpNe)
 
 DECLARE_FUNCTION (execStructMember)
 
 DECLARE_FUNCTION (execEqualEqual_DelegateDelegate)
 
 DECLARE_FUNCTION (execNotEqual_DelegateDelegate)
 
 DECLARE_FUNCTION (execEqualEqual_DelegateFunction)
 
 DECLARE_FUNCTION (execNotEqual_DelegateFunction)
 
 DECLARE_FUNCTION (execIntConst)
 
 DECLARE_FUNCTION (execInt64Const)
 
 DECLARE_FUNCTION (execUInt64Const)
 
 DECLARE_FUNCTION (execSkipOffsetConst)
 
 DECLARE_FUNCTION (execFloatConst)
 
 DECLARE_FUNCTION (execDoubleConst)
 
 DECLARE_FUNCTION (execStringConst)
 
 DECLARE_FUNCTION (execUnicodeStringConst)
 
 DECLARE_FUNCTION (execTextConst)
 
 DECLARE_FUNCTION (execPropertyConst)
 
 DECLARE_FUNCTION (execObjectConst)
 
 DECLARE_FUNCTION (execSoftObjectConst)
 
 DECLARE_FUNCTION (execFieldPathConst)
 
 DECLARE_FUNCTION (execInstanceDelegate)
 
 DECLARE_FUNCTION (execNameConst)
 
 DECLARE_FUNCTION (execByteConst)
 
 DECLARE_FUNCTION (execIntZero)
 
 DECLARE_FUNCTION (execIntOne)
 
 DECLARE_FUNCTION (execTrue)
 
 DECLARE_FUNCTION (execFalse)
 
 DECLARE_FUNCTION (execNoObject)
 
 DECLARE_FUNCTION (execNullInterface)
 
 DECLARE_FUNCTION (execIntConstByte)
 
 DECLARE_FUNCTION (execRotationConst)
 
 DECLARE_FUNCTION (execVectorConst)
 
 DECLARE_FUNCTION (execVector3fConst)
 
 DECLARE_FUNCTION (execTransformConst)
 
 DECLARE_FUNCTION (execStructConst)
 
 DECLARE_FUNCTION (execSetArray)
 
 DECLARE_FUNCTION (execSetSet)
 
 DECLARE_FUNCTION (execSetMap)
 
 DECLARE_FUNCTION (execArrayConst)
 
 DECLARE_FUNCTION (execSetConst)
 
 DECLARE_FUNCTION (execMapConst)
 
 DECLARE_FUNCTION (execBitFieldConst)
 
 DECLARE_FUNCTION (execNew)
 
 DECLARE_FUNCTION (execClassContext)
 
 DECLARE_FUNCTION (execNativeParm)
 
 DECLARE_FUNCTION (execCast)
 
 DECLARE_FUNCTION (execDynamicCast)
 
 DECLARE_FUNCTION (execMetaCast)
 
 DECLARE_FUNCTION (execInterfaceCast)
 
 DECLARE_FUNCTION (execDoubleToFloatCast)
 
 DECLARE_FUNCTION (execFloatToDoubleCast)
 
 DECLARE_FUNCTION (execObjectToBool)
 
 DECLARE_FUNCTION (execInterfaceToBool)
 
 DECLARE_FUNCTION (execObjectToInterface)
 
 DECLARE_FUNCTION (execInterfaceToInterface)
 
 DECLARE_FUNCTION (execInterfaceToObject)
 
 DECLARE_FUNCTION (execGetDynArrayElement)
 
 DECLARE_FUNCTION (execSetDynArrayElement)
 
 DECLARE_FUNCTION (execGetDynArrayLength)
 
 DECLARE_FUNCTION (execSetDynArrayLength)
 
 DECLARE_FUNCTION (execDynArrayInsert)
 
 DECLARE_FUNCTION (execDynArrayRemove)
 
 DECLARE_FUNCTION (execDynArrayFind)
 
 DECLARE_FUNCTION (execDynArrayFindStruct)
 
 DECLARE_FUNCTION (execDynArrayAdd)
 
 DECLARE_FUNCTION (execDynArrayAddItem)
 
 DECLARE_FUNCTION (execDynArrayInsertItem)
 
 DECLARE_FUNCTION (execDynArrayRemoveItem)
 
 DECLARE_FUNCTION (execDynArraySort)
 
 DECLARE_FUNCTION (execBindDelegate)
 
 DECLARE_FUNCTION (execCallMulticastDelegate)
 
 DECLARE_FUNCTION (execLetValueOnPersistentFrame)
 
 DECLARE_FUNCTION (execCallMathFunction)
 
 DECLARE_FUNCTION (execSwitchValue)
 
 DECLARE_FUNCTION (execArrayGetByRef)
 
 DECLARE_FUNCTION (execAutoRtfmTransact)
 
 DECLARE_FUNCTION (execAutoRtfmStopTransact)
 
 DECLARE_FUNCTION (execAutoRtfmAbortIfNot)
 
void ExecuteUbergraph (int32 EntryPoint)
 
virtual void ValidateGeneratedRepEnums (const TArray< struct FRepRecord > &ClassReps) const
 
virtual uint64 GetNetPushIdDynamic () const
 
- Public Member Functions inherited from UObjectBaseUtility
 UObjectBaseUtility ()
 
 UObjectBaseUtility (EObjectFlags InFlags)
 
void SetFlags (EObjectFlags NewFlags)
 
void ClearFlags (EObjectFlags FlagsToClear)
 
bool HasAnyFlags (EObjectFlags FlagsToCheck) const
 
bool HasAllFlags (EObjectFlags FlagsToCheck) const
 
UE_FORCEINLINE_HINT EObjectFlags GetMaskedFlags (EObjectFlags Mask=RF_AllFlags) const
 
UE_FORCEINLINE_HINT void Mark (EObjectMark Marks) const
 
UE_FORCEINLINE_HINT void UnMark (EObjectMark Marks) const
 
UE_FORCEINLINE_HINT bool HasAnyMarks (EObjectMark Marks) const
 
UE_FORCEINLINE_HINT bool HasAllMarks (EObjectMark Marks) const
 
UE_FORCEINLINE_HINT EObjectMark GetAllMarks () const
 
void MarkAsGarbage ()
 
void ClearGarbage ()
 
UE_FORCEINLINE_HINT void AddToRoot ()
 
UE_FORCEINLINE_HINT void RemoveFromRoot ()
 
UE_FORCEINLINE_HINT bool IsRooted () const
 
UE_FORCEINLINE_HINT int32 GetRefCount () const
 
bool ThisThreadAtomicallyClearedRFUnreachable ()
 
UE_FORCEINLINE_HINT bool IsUnreachable () const
 
UE_FORCEINLINE_HINT bool IsNative () const
 
void SetInternalFlags (EInternalObjectFlags FlagsToSet) const
 
UE_FORCEINLINE_HINT EInternalObjectFlags GetInternalFlags () const
 
UE_FORCEINLINE_HINT bool HasAnyInternalFlags (EInternalObjectFlags FlagsToCheck) const
 
void ClearInternalFlags (EInternalObjectFlags FlagsToClear) const
 
bool AtomicallyClearInternalFlags (EInternalObjectFlags FlagsToClear) const
 
COREUOBJECT_API FString GetFullName (const UObject *StopOuter=NULL, EObjectFullNameFlags Flags=EObjectFullNameFlags::None) const
 
COREUOBJECT_API void GetFullName (const UObject *StopOuter, FString &ResultString, EObjectFullNameFlags Flags=EObjectFullNameFlags::None) const
 
COREUOBJECT_API void GetFullName (FStringBuilderBase &ResultString, const UObject *StopOuter=NULL, EObjectFullNameFlags Flags=EObjectFullNameFlags::None) const
 
COREUOBJECT_API FString GetPathName (const UObject *StopOuter=NULL) const
 
COREUOBJECT_API void GetPathName (const UObject *StopOuter, FString &ResultString) const
 
COREUOBJECT_API void GetPathName (const UObject *StopOuter, FStringBuilderBase &ResultString) const
 
virtual bool CanBeClusterRoot () const
 
virtual COREUOBJECT_API bool CanBeInCluster () const
 
virtual COREUOBJECT_API void CreateCluster ()
 
virtual void OnClusterMarkedAsPendingKill ()
 
COREUOBJECT_API void AddToCluster (UObjectBaseUtility *ClusterRootOrObjectFromCluster, bool bAddAsMutableObject=false)
 
COREUOBJECT_API FString GetFullGroupName (bool bStartWithOuter) const
 
UE_FORCEINLINE_HINT FString GetName () const
 
UE_FORCEINLINE_HINT void GetName (FString &ResultString) const
 
UE_FORCEINLINE_HINT void AppendName (FString &ResultString) const
 
COREUOBJECT_API bool IsPackageExternal () const
 
COREUOBJECT_API void DetachExternalPackage ()
 
COREUOBJECT_API void ReattachExternalPackage ()
 
COREUOBJECT_API UObjectGetOutermostObject () const
 
COREUOBJECT_API UPackageGetPackage () const
 
UE_INTERNAL virtual COREUOBJECT_API UE::Core::FVersePath GetVersePath () const
 
COREUOBJECT_API UPackageGetOutermost () const
 
COREUOBJECT_API bool MarkPackageDirty () const
 
COREUOBJECT_API bool IsTemplate (EObjectFlags TemplateTypes=RF_ArchetypeObject|RF_ClassDefaultObject) const
 
COREUOBJECT_API UObjectGetTypedOuter (UClass *Target) const
 
template<typename T >
T * GetTypedOuter () const
 
template<typename InterfaceClassType >
InterfaceClassTypeGetImplementingOuter () const
 
COREUOBJECT_API UObjectBaseUtilityGetImplementingOuterObject (const UClass *InInterfaceClass) const
 
COREUOBJECT_API bool IsIn (const UObject *SomeOuter) const
 
COREUOBJECT_API bool IsIn (const UPackage *SomePackage) const
 
COREUOBJECT_API bool IsInOuter (const UObject *SomeOuter) const
 
COREUOBJECT_API bool IsInPackage (const UPackage *SomePackage) const
 
COREUOBJECT_API bool IsInA (const UClass *SomeBaseClass) const
 
COREUOBJECT_API bool RootPackageHasAnyFlags (uint32 CheckFlagMask) const
 
template<typename OtherClassType >
bool IsA (OtherClassType SomeBase) const
 
template<class T >
bool IsA () const
 
COREUOBJECT_API const UClassFindNearestCommonBaseClass (const UClass *TestClass) const
 
COREUOBJECT_API voidGetInterfaceAddress (UClass *InterfaceClass)
 
COREUOBJECT_API voidGetNativeInterfaceAddress (UClass *InterfaceClass)
 
const voidGetNativeInterfaceAddress (UClass *InterfaceClass) const
 
COREUOBJECT_API bool IsTemplateForSubobjects (EObjectFlags TemplateTypes=RF_ClassDefaultObject|RF_DefaultSubObject|RF_InheritableComponentTemplate) const
 
COREUOBJECT_API bool IsDefaultSubobject () const
 
COREUOBJECT_API class FLinkerLoadGetLinker () const
 
COREUOBJECT_API int32 GetLinkerIndex () const
 
COREUOBJECT_API FPackageFileVersion GetLinkerUEVersion () const
 
int32 GetLinkerUE4Version () const
 
COREUOBJECT_API int32 GetLinkerLicenseeUEVersion () const
 
int32 GetLinkerLicenseeUE4Version () const
 
COREUOBJECT_API int32 GetLinkerCustomVersion (FGuid CustomVersionKey) const
 
UE_FORCEINLINE_HINT bool operator< (const UObjectBaseUtility &Other) const
 
TStatId GetStatID (bool bForDeferredUse=false) const
 
- Public Member Functions inherited from UObjectBase
COREUOBJECT_API UObjectBase (UClass *InClass, EObjectFlags InFlags, EInternalObjectFlags InInternalFlags, UObject *InOuter, FName InName, int32 InInternalIndex=-1, int32 InSerialNumber=0, FRemoteObjectId InRemoteId=FRemoteObjectId())
 
virtual COREUOBJECT_API ~UObjectBase ()
 
COREUOBJECT_API bool IsValidLowLevel () const
 
COREUOBJECT_API bool IsValidLowLevelFast (bool bRecursive=true) const
 
FORCEINLINE uint32 GetUniqueID () const
 
FORCEINLINE UClassGetClass () const
 
FORCEINLINE UObjectGetOuter () const
 
FORCEINLINE FName GetFName () const
 
virtual COREUOBJECT_API FName GetFNameForStatID () const
 
COREUOBJECT_API UPackageGetExternalPackage () const
 
COREUOBJECT_API void SetExternalPackage (UPackage *InPackage)
 
COREUOBJECT_API UPackageGetExternalPackageInternal () const
 
COREUOBJECT_API void MarkAsReachable () const
 
COREUOBJECT_API void AddRef () const
 
COREUOBJECT_API void ReleaseRef () const
 
FORCEINLINE EObjectFlags GetFlags () const
 
FORCENOINLINE void AtomicallySetFlags (EObjectFlags FlagsToAdd)
 
FORCENOINLINE void AtomicallyClearFlags (EObjectFlags FlagsToClear)
 

Public Attributes

bool bGenerateMeshDataFromTrackedGeometry
 
bool bGenerateCollisionForMeshData
 
bool bGenerateNavMeshForMeshData
 
bool bUseMeshDataForOcclusion
 
bool bRenderMeshDataInWireframe
 
bool bTrackSceneObjects
 
bool bUsePersonSegmentationForOcclusion = true
 
bool bUseSceneDepthForOcclusion = false
 
bool bUseAutomaticImageScaleEstimation = true
 
bool bUseStandardOnboardingUX = false
 

Protected Attributes

EARWorldAlignment WorldAlignment
 
EARSessionType SessionType
 
EARPlaneDetectionMode PlaneDetectionMode_DEPRECATED
 
bool bHorizontalPlaneDetection
 
bool bVerticalPlaneDetection
 
bool bEnableAutoFocus
 
EARLightEstimationMode LightEstimationMode
 
EARFrameSyncMode FrameSyncMode
 
bool bEnableAutomaticCameraOverlay
 
bool bEnableAutomaticCameraTracking
 
bool bResetCameraTracking
 
bool bResetTrackedObjects
 
TArray< TObjectPtr< UARCandidateImage > > CandidateImages
 
int32 MaxNumSimultaneousImagesTracked
 
EAREnvironmentCaptureProbeType EnvironmentCaptureProbeType
 
TArray< uint8WorldMapData
 
TArray< TObjectPtr< UARCandidateObject > > CandidateObjects
 
FARVideoFormat DesiredVideoFormat
 
bool bUseOptimalVideoFormat = true
 
EARFaceTrackingDirection FaceTrackingDirection
 
EARFaceTrackingUpdate FaceTrackingUpdate
 
int32 MaxNumberOfTrackedFaces = 1
 
TArray< uint8SerializedARCandidateImageDatabase
 
EARSessionTrackingFeature EnabledSessionTrackingFeature = EARSessionTrackingFeature::None
 
EARSceneReconstruction SceneReconstructionMethod = EARSceneReconstruction::None
 
TSubclassOf< UARPlaneComponentPlaneComponentClass
 
TSubclassOf< UARPointComponentPointComponentClass
 
TSubclassOf< UARFaceComponentFaceComponentClass
 
TSubclassOf< UARImageComponentImageComponentClass
 
TSubclassOf< UARQRCodeComponentQRCodeComponentClass
 
TSubclassOf< UARPoseComponentPoseComponentClass
 
TSubclassOf< UAREnvironmentProbeComponentEnvironmentProbeComponentClass
 
TSubclassOf< UARObjectComponentObjectComponentClass
 
TSubclassOf< UARMeshComponentMeshComponentClass
 
TSubclassOf< UARGeoAnchorComponentGeoAnchorComponentClass
 
TObjectPtr< UMaterialInterfaceDefaultMeshMaterial
 
TObjectPtr< UMaterialInterfaceDefaultWireframeMeshMaterial
 

Additional Inherited Members

- Public Types inherited from UObject
enum class  ENetFields_Private { NETFIELD_REP_START = 0 , NETFIELD_REP_END = -1 }
 
typedef UObject WithinClass
 
- Static Public Member Functions inherited from UObject
static COREUOBJECT_API void UpdateClassesExcludedFromDedicatedServer (const TArray< FString > &InClassNames, const TArray< FString > &InModulesNames)
 
static COREUOBJECT_API void UpdateClassesExcludedFromDedicatedClient (const TArray< FString > &InClassNames, const TArray< FString > &InModulesNames)
 
static COREUOBJECT_API bool CanCreateInCurrentContext (UObject *Template)
 
static COREUOBJECT_API void AddReferencedObjects (UObject *InThis, FReferenceCollector &Collector)
 
static COREUOBJECT_API const FNameSourceFileTagName ()
 
static COREUOBJECT_API UObjectGetArchetypeFromRequiredInfo (const UClass *Class, const UObject *Outer, FName Name, EObjectFlags ObjectFlags)
 
- Static Public Member Functions inherited from UObjectBaseUtility
static bool IsGarbageEliminationEnabled ()
 
static bool IsPendingKillEnabled ()
 
static void SetGarbageEliminationEnabled (bool bEnabled)
 
static COREUOBJECT_API void ReloadObjectsFromModifiedConfigSections (const class FConfigModificationTracker *ChangeTracker)
 
- Static Public Member Functions inherited from UObjectBase
static COREUOBJECT_API FString RemoveClassPrefix (const TCHAR *ClassName)
 
static void PrefetchClass (UObject *Object)
 
static void PrefetchOuter (UObject *Object)
 
- Protected Member Functions inherited from UObject
virtual FString GetDetailedInfoInternal () const
 
COREUOBJECT_API bool CanCheckDefaultSubObjects (bool bForceCheck, bool &bResult) const
 
virtual COREUOBJECT_API bool CheckDefaultSubobjectsInternal () const
 
- Protected Member Functions inherited from UObjectBase
 UObjectBase ()
 
COREUOBJECT_API UObjectBase (EObjectFlags InFlags)
 
COREUOBJECT_API void LowLevelRename (FName NewName, UObject *NewOuter=NULL)
 
virtual void RegisterDependencies ()
 
COREUOBJECT_API void Register (class UClass *(*StaticClassFn)(), const TCHAR *PackageName, const TCHAR *Name)
 
COREUOBJECT_API void Register (const TCHAR *PackageName, const TCHAR *Name)
 
virtual COREUOBJECT_API void DeferredRegister (UClass *UClassStaticClass, const TCHAR *PackageName, const TCHAR *Name)
 
FORCEINLINE void SetFlagsTo (EObjectFlags NewFlags)
 

Detailed Description

An Unreal Data Asset that defines what features are used in the AR session.

Constructor & Destructor Documentation

◆ UARSessionConfig()

UARSessionConfig::UARSessionConfig ( )

The constructor for the AR Session Config Data Asset.

Member Function Documentation

◆ AddCandidateImage()

void UARSessionConfig::AddCandidateImage ( UARCandidateImage NewCandidateImage)

◆ AddCandidateObject()

void UARSessionConfig::AddCandidateObject ( UARCandidateObject CandidateObject)

◆ ClearCandidateImages()

void UARSessionConfig::ClearCandidateImages ( )

◆ GetCandidateImageList()

const TArray< UARCandidateImage * > & UARSessionConfig::GetCandidateImageList ( ) const
See also
CandidateImages

◆ GetCandidateObjectList()

const TArray< UARCandidateObject * > & UARSessionConfig::GetCandidateObjectList ( ) const

◆ GetDefaultMeshMaterial()

UMaterialInterface * UARSessionConfig::GetDefaultMeshMaterial ( ) const
inline

◆ GetDefaultWireframeMeshMaterial()

UMaterialInterface * UARSessionConfig::GetDefaultWireframeMeshMaterial ( ) const
inline

◆ GetDesiredVideoFormat()

FARVideoFormat UARSessionConfig::GetDesiredVideoFormat ( ) const

◆ GetEnabledSessionTrackingFeature()

EARSessionTrackingFeature UARSessionConfig::GetEnabledSessionTrackingFeature ( ) const

◆ GetEnvironmentCaptureProbeType()

EAREnvironmentCaptureProbeType UARSessionConfig::GetEnvironmentCaptureProbeType ( ) const

◆ GetEnvironmentProbeComponentClass()

UClass * UARSessionConfig::GetEnvironmentProbeComponentClass ( void  ) const

◆ GetFaceComponentClass()

UClass * UARSessionConfig::GetFaceComponentClass ( void  ) const

◆ GetFaceTrackingDirection()

EARFaceTrackingDirection UARSessionConfig::GetFaceTrackingDirection ( ) const

◆ GetFaceTrackingUpdate()

EARFaceTrackingUpdate UARSessionConfig::GetFaceTrackingUpdate ( ) const

◆ GetFrameSyncMode()

EARFrameSyncMode UARSessionConfig::GetFrameSyncMode ( ) const
See also
FrameSyncMode

◆ GetGeoAnchorComponentClass()

UClass * UARSessionConfig::GetGeoAnchorComponentClass ( void  ) const

◆ GetImageComponentClass()

UClass * UARSessionConfig::GetImageComponentClass ( void  ) const

◆ GetLightEstimationMode()

EARLightEstimationMode UARSessionConfig::GetLightEstimationMode ( ) const

◆ GetMaxNumberOfTrackedFaces()

int32 UARSessionConfig::GetMaxNumberOfTrackedFaces ( ) const
inline

◆ GetMaxNumSimultaneousImagesTracked()

int32 UARSessionConfig::GetMaxNumSimultaneousImagesTracked ( ) const

◆ GetMeshComponentClass()

UClass * UARSessionConfig::GetMeshComponentClass ( void  ) const

◆ GetObjectComponentClass()

UClass * UARSessionConfig::GetObjectComponentClass ( void  ) const

◆ GetPlaneComponentClass()

UClass * UARSessionConfig::GetPlaneComponentClass ( void  ) const

◆ GetPlaneDetectionMode()

EARPlaneDetectionMode UARSessionConfig::GetPlaneDetectionMode ( ) const

◆ GetPointComponentClass()

UClass * UARSessionConfig::GetPointComponentClass ( void  ) const

◆ GetPoseComponentClass()

UClass * UARSessionConfig::GetPoseComponentClass ( void  ) const

◆ GetQRCodeComponentClass()

UClass * UARSessionConfig::GetQRCodeComponentClass ( void  ) const

◆ GetSceneReconstructionMethod()

EARSceneReconstruction UARSessionConfig::GetSceneReconstructionMethod ( ) const

◆ GetSerializedARCandidateImageDatabase()

const TArray< uint8 > & UARSessionConfig::GetSerializedARCandidateImageDatabase ( ) const

◆ GetSessionType()

EARSessionType UARSessionConfig::GetSessionType ( ) const
See also
SessionType

◆ GetWorldAlignment()

EARWorldAlignment UARSessionConfig::GetWorldAlignment ( ) const

◆ GetWorldMapData()

const TArray< uint8 > & UARSessionConfig::GetWorldMapData ( ) const
See also
WorldMapData

◆ RemoveCandidateImage()

void UARSessionConfig::RemoveCandidateImage ( UARCandidateImage CandidateImage)

◆ RemoveCandidateImageAtIndex()

void UARSessionConfig::RemoveCandidateImageAtIndex ( int  Index)

◆ SetCandidateObjectList()

void UARSessionConfig::SetCandidateObjectList ( const TArray< UARCandidateObject * > &  InCandidateObjects)

◆ SetDesiredVideoFormat()

void UARSessionConfig::SetDesiredVideoFormat ( FARVideoFormat  NewFormat)

◆ SetEnableAutoFocus()

void UARSessionConfig::SetEnableAutoFocus ( bool  bNewValue)

◆ SetFaceTrackingDirection()

void UARSessionConfig::SetFaceTrackingDirection ( EARFaceTrackingDirection  InDirection)

◆ SetFaceTrackingUpdate()

void UARSessionConfig::SetFaceTrackingUpdate ( EARFaceTrackingUpdate  InUpdate)

◆ SetResetCameraTracking()

void UARSessionConfig::SetResetCameraTracking ( bool  bNewValue)

◆ SetResetTrackedObjects()

void UARSessionConfig::SetResetTrackedObjects ( bool  bNewValue)

◆ SetSceneReconstructionMethod()

void UARSessionConfig::SetSceneReconstructionMethod ( EARSceneReconstruction  InSceneReconstructionMethod)

◆ SetSessionTrackingFeatureToEnable()

void UARSessionConfig::SetSessionTrackingFeatureToEnable ( EARSessionTrackingFeature  InSessionTrackingFeature)

◆ SetWorldMapData()

void UARSessionConfig::SetWorldMapData ( TArray< uint8 WorldMapData)
See also
WorldMapData

◆ ShouldDoHorizontalPlaneDetection()

bool UARSessionConfig::ShouldDoHorizontalPlaneDetection ( ) const
inline

◆ ShouldDoVerticalPlaneDetection()

bool UARSessionConfig::ShouldDoVerticalPlaneDetection ( ) const
inline

◆ ShouldEnableAutoFocus()

bool UARSessionConfig::ShouldEnableAutoFocus ( ) const

◆ ShouldEnableCameraTracking()

bool UARSessionConfig::ShouldEnableCameraTracking ( ) const

◆ ShouldRenderCameraOverlay()

bool UARSessionConfig::ShouldRenderCameraOverlay ( ) const

◆ ShouldResetCameraTracking()

bool UARSessionConfig::ShouldResetCameraTracking ( ) const

◆ ShouldResetTrackedObjects()

bool UARSessionConfig::ShouldResetTrackedObjects ( ) const

◆ ShouldUseOptimalVideoFormat()

bool UARSessionConfig::ShouldUseOptimalVideoFormat ( ) const

Member Data Documentation

◆ bEnableAutoFocus

bool UARSessionConfig::bEnableAutoFocus
protected

Boolean to determine whether the camera should autofocus. Autofocus can cause subtle shifts in position for small objects at further camera distance. This feature is used by ARCore and ARKit.

◆ bEnableAutomaticCameraOverlay

bool UARSessionConfig::bEnableAutomaticCameraOverlay
protected

Boolean to determine whether the AR camera feed should be drawn as an overlay. Defaults to true. This feature is used by ARCore and ARKit.

◆ bEnableAutomaticCameraTracking

bool UARSessionConfig::bEnableAutomaticCameraTracking
protected

Boolean to determine whether the virtual camera should track the device movement. Defaults to true. This feature is used by ARCore and ARKit.

◆ bGenerateCollisionForMeshData

bool UARSessionConfig::bGenerateCollisionForMeshData

Boolean to determine whether the AR system should generate collision data from the mesh data.

◆ bGenerateMeshDataFromTrackedGeometry

bool UARSessionConfig::bGenerateMeshDataFromTrackedGeometry

Boolean to determine whether the AR system should generate mesh data that can be used for rendering, collision, NavMesh, and more. This feature is used by OpenXR, Windows Mixed Reality.

◆ bGenerateNavMeshForMeshData

bool UARSessionConfig::bGenerateNavMeshForMeshData

Boolean to determine whether the AR system should generate collision data from the mesh data.

◆ bHorizontalPlaneDetection

bool UARSessionConfig::bHorizontalPlaneDetection
protected

Boolean to determine whether flat, horizontal surfaces are detected. This feature is used by ARCore and ARKit.

◆ bRenderMeshDataInWireframe

bool UARSessionConfig::bRenderMeshDataInWireframe

Boolean to determine whether the AR system should render the mesh data as wireframe. It is reccomended to simply set the DefaultMeshMaterial to whatever is desired, including a wireframe material and ignore this setting (there is no good reason for this to exist as a special case).

◆ bResetCameraTracking

bool UARSessionConfig::bResetCameraTracking
protected

Boolean to determine whether the AR system should reset camera tracking, such as its origin and transforms, when a new AR session starts. Defaults to true. This feature is used by ARKit.

◆ bResetTrackedObjects

bool UARSessionConfig::bResetTrackedObjects
protected

Boolean to determine whether the AR system should remove any tracked objects when a new AR session starts. Defaults to true. This feature is used by ARKit.

◆ bTrackSceneObjects

bool UARSessionConfig::bTrackSceneObjects

Boolean to determine whether the AR system should track scene objects:

See also
EARObjectClassification::SceneObject.

◆ bUseAutomaticImageScaleEstimation

bool UARSessionConfig::bUseAutomaticImageScaleEstimation = true

Boolean to determine whether to automatically estimate and set the scale of a detected, or tracked, image. This feature is used by ARKit.

◆ bUseMeshDataForOcclusion

bool UARSessionConfig::bUseMeshDataForOcclusion

Boolean to determine whether the AR system should render the mesh data as occlusion meshes.

◆ bUseOptimalVideoFormat

bool UARSessionConfig::bUseOptimalVideoFormat = true
protected

Boolean to determine whether to automatically pick the video format that best matches the device screen size

◆ bUsePersonSegmentationForOcclusion

bool UARSessionConfig::bUsePersonSegmentationForOcclusion = true

Boolean to determine whether to use the person segmentation results for occluding virtual content. This feature is used by ARKit.

◆ bUseSceneDepthForOcclusion

bool UARSessionConfig::bUseSceneDepthForOcclusion = false

Boolean to determine whether to use the scene depth information for occluding virtual content. This feature is used by ARCore and ARKit.

◆ bUseStandardOnboardingUX

bool UARSessionConfig::bUseStandardOnboardingUX = false

Boolean to determine whether to use the standard onboarding UX, if the system supports it. This feature is used by ARKit.

◆ bVerticalPlaneDetection

bool UARSessionConfig::bVerticalPlaneDetection
protected

Boolean to determine whether flat, vertical surfaces are detected. This feature is used by ARCore and ARKit.

◆ CandidateImages

TArray<TObjectPtr<UARCandidateImage> > UARSessionConfig::CandidateImages
protected

The list of candidate images to detect within the AR camera view. This feature is used by ARKit.

◆ CandidateObjects

TArray<TObjectPtr<UARCandidateObject> > UARSessionConfig::CandidateObjects
protected

The list of candidate objects to search for in the scene. This feature is used by ARKit.

◆ DefaultMeshMaterial

TObjectPtr<UMaterialInterface> UARSessionConfig::DefaultMeshMaterial
protected

The default mesh material used by the generated mesh component.

◆ DefaultWireframeMeshMaterial

TObjectPtr<UMaterialInterface> UARSessionConfig::DefaultWireframeMeshMaterial
protected

The default mesh material used by the wireframe setting of the generated mesh component. Note: It is recommended to ignore this wireframe feature and use a wireframe material for the DefaultMeshMaterial instead.

◆ DesiredVideoFormat

FARVideoFormat UARSessionConfig::DesiredVideoFormat
protected

The desired video format (or the default, if not supported) that this session should use if the camera is enabled. Use GetSupportedVideoFormats to get a list of device-supported formats.

◆ EnabledSessionTrackingFeature

EARSessionTrackingFeature UARSessionConfig::EnabledSessionTrackingFeature = EARSessionTrackingFeature::None
protected

◆ EnvironmentCaptureProbeType

EAREnvironmentCaptureProbeType UARSessionConfig::EnvironmentCaptureProbeType
protected

◆ EnvironmentProbeComponentClass

TSubclassOf<UAREnvironmentProbeComponent> UARSessionConfig::EnvironmentProbeComponentClass
protected

◆ FaceComponentClass

TSubclassOf<UARFaceComponent> UARSessionConfig::FaceComponentClass
protected

◆ FaceTrackingDirection

EARFaceTrackingDirection UARSessionConfig::FaceTrackingDirection
protected

◆ FaceTrackingUpdate

EARFaceTrackingUpdate UARSessionConfig::FaceTrackingUpdate
protected

◆ FrameSyncMode

EARFrameSyncMode UARSessionConfig::FrameSyncMode
protected

◆ GeoAnchorComponentClass

TSubclassOf<UARGeoAnchorComponent> UARSessionConfig::GeoAnchorComponentClass
protected

◆ ImageComponentClass

TSubclassOf<UARImageComponent> UARSessionConfig::ImageComponentClass
protected

◆ LightEstimationMode

EARLightEstimationMode UARSessionConfig::LightEstimationMode
protected

◆ MaxNumberOfTrackedFaces

int32 UARSessionConfig::MaxNumberOfTrackedFaces = 1
protected

The maximum number of faces to track simultaneously. This feature is used by ARKit.

◆ MaxNumSimultaneousImagesTracked

int32 UARSessionConfig::MaxNumSimultaneousImagesTracked
protected

The maximum number of images to track at the same time. Defaults to 1. This feature is used by ARKit.

◆ MeshComponentClass

TSubclassOf<UARMeshComponent> UARSessionConfig::MeshComponentClass
protected

◆ ObjectComponentClass

TSubclassOf<UARObjectComponent> UARSessionConfig::ObjectComponentClass
protected

◆ PlaneComponentClass

TSubclassOf<UARPlaneComponent> UARSessionConfig::PlaneComponentClass
protected

◆ PlaneDetectionMode_DEPRECATED

EARPlaneDetectionMode UARSessionConfig::PlaneDetectionMode_DEPRECATED
protected

◆ PointComponentClass

TSubclassOf<UARPointComponent> UARSessionConfig::PointComponentClass
protected

◆ PoseComponentClass

TSubclassOf<UARPoseComponent> UARSessionConfig::PoseComponentClass
protected

◆ QRCodeComponentClass

TSubclassOf<UARQRCodeComponent> UARSessionConfig::QRCodeComponentClass
protected

◆ SceneReconstructionMethod

EARSceneReconstruction UARSessionConfig::SceneReconstructionMethod = EARSceneReconstruction::None
protected

◆ SerializedARCandidateImageDatabase

TArray<uint8> UARSessionConfig::SerializedARCandidateImageDatabase
protected

Data array for storing the cooked image database. This feature is used by ARCore.

◆ SessionType

EARSessionType UARSessionConfig::SessionType
protected
See also
EARSessionType

◆ WorldAlignment

EARWorldAlignment UARSessionConfig::WorldAlignment
protected

◆ WorldMapData

TArray<uint8> UARSessionConfig::WorldMapData
protected

A previously saved world that will be loaded when the session starts. This feature is used by ARKit.


The documentation for this class was generated from the following files: