Navigation
API > API/Plugins > API/Plugins/ModelingComponents > API/Plugins/ModelingComponents/FSceneCapturePhotoSet
Description
Sample the requested SampleChannels from the available PhotoSets to determine values at the given 3D Position/Normal. This calls TSpatialPhotoSet::ComputeSample() internally, see that function for more details.
| Name | ComputeSample |
| Type | function |
| Header File | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Public/Scene/SceneCapturePhotoSet.h |
| Include Path | #include "Scene/SceneCapturePhotoSet.h" |
| Source | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Private/Scene/SceneCapturePhotoSet.cpp |
bool ComputeSample
(
const FRenderCaptureTypeFlags & SampleChannels,
const FVector3d & Position,
const FVector3d & Normal,
TFunctionRef < bool> VisibilityFunction,
FSceneSample & DefaultsInResultsOut
) const
Parameters
| Name | Remarks |
|---|---|
| DefaultsInResultsOut | this value is passed in by caller with suitable Default values, and returned with any available computed values updated |