Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsEditorOnlyExp
| Name | UBakeRenderCaptureInputToolProperties |
| Type | class |
| Header File | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsEditorOnlyExp/Public/BakeRenderCaptureTool.h |
| Include Path | #include "BakeRenderCaptureTool.h" |
Syntax
UCLASS ()
class UBakeRenderCaptureInputToolProperties : public UInteractiveToolPropertySet
Inheritance Hierarchy
- FWatchablePropertySet → UInteractiveToolPropertySet → UBakeRenderCaptureInputToolProperties
- UObjectBase → UObjectBaseUtility → UObject → UInteractiveToolPropertySet → UBakeRenderCaptureInputToolProperties
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| TargetStaticMesh | TObjectPtr< UStaticMesh > | Target mesh to sample to | BakeRenderCaptureTool.h |
|
| TargetUVLayer | FString | UV channel to use for the target mesh | BakeRenderCaptureTool.h |
|
| TargetUVLayerNamesList | TArray< FString > | BakeRenderCaptureTool.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
int32 GetTargetUVLayerIndex() |
BakeRenderCaptureTool.h | ||
const TArray< FString > & GetTargetUVLayerNamesFunc() |
BakeRenderCaptureTool.h |