Navigation
API > API/Plugins > API/Plugins/DataflowEditor
| Name | UDataflowUVsRenderSettings |
| Type | class |
| Header File | /Engine/Plugins/Dataflow/Source/DataflowEditor/Public/DataflowRendering/DataflowRenderableTypeSettings.h |
| Include Path | #include "DataflowRendering/DataflowRenderableTypeSettings.h" |
Syntax
UCLASS (MinimalAPI, AutoExpandCategories="UVs")
class UDataflowUVsRenderSettings : public UDataflowRenderableTypeSettings
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UDataflowRenderableTypeSettings → UDataflowUVsRenderSettings
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bOverrideUVchannel | bool | DataflowRendering/DataflowRenderableTypeSettings.h |
|
|
| UVChannel | int32 | UV channel to display if oiverride is enabled | DataflowRendering/DataflowRenderableTypeSettings.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
int32 GetUVChannel
(
int32 DefaultChannel |
Return the overriden channel if enabled or the default passed to this method | DataflowRendering/DataflowRenderableTypeSettings.h |