TSpatialPhotoSet

[TSpatialPhotoSet](API\Runtime\GeometryCore\Image\TSpatialPhotoSet) is a set of TSpatialPhotos.

Choose your operating system:

Windows

macOS

Linux

References

Module

GeometryCore

Header

/Engine/Source/Runtime/GeometryCore/Public/Image/SpatialPhotoSet.h

Include

#include "Image/SpatialPhotoSet.h"

Syntax

template<typename PixelType, typename RealType>
class TSpatialPhotoSet

Remarks

TSpatialPhotoSet is a set of TSpatialPhotos. The ComputeSample() function can be used to determine the value "seen" by the photo set at a given 3D position/normal, if possible.

Variables

Name Description

Protected variable

TArray< TShared...

 

Photos

Functions

Name Description

Public function

void

 

Add

(
    TSpatialPhoto< PixelType >&& Photo
)

Add a photo to the photo set via move operation

Public function Const

PixelType

 

ComputeSample

(
    const FVector3d& Position,
    const FVector3d& Normal,
    TFunctionRef< bool ...,
    const PixelType& DefaultValue
)

Estimate a pixel value at the given 3D Position/Normal using the PhotoSet.

Public function Const

const TSpati...

 

Get

(
    int32 Index
)

Public function Const

int32

 

Num()