UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FARPlaneUpdatePayload Struct Reference

#include <ARComponent.h>

Public Attributes

FARSessionPayload SessionPayload
 
FTransform WorldTransform = FTransform::Identity
 
FVector Center = FVector::ZeroVector
 
FVector Extents = FVector::ZeroVector
 
TArray< FVectorBoundaryVertices
 
EARObjectClassification ObjectClassification = EARObjectClassification::Unknown
 

Member Data Documentation

◆ BoundaryVertices

TArray<FVector> FARPlaneUpdatePayload::BoundaryVertices

◆ Center

FVector FARPlaneUpdatePayload::Center = FVector::ZeroVector

◆ Extents

FVector FARPlaneUpdatePayload::Extents = FVector::ZeroVector

◆ ObjectClassification

EARObjectClassification FARPlaneUpdatePayload::ObjectClassification = EARObjectClassification::Unknown

◆ SessionPayload

FARSessionPayload FARPlaneUpdatePayload::SessionPayload

◆ WorldTransform

FTransform FARPlaneUpdatePayload::WorldTransform = FTransform::Identity

The documentation for this struct was generated from the following file: