A Demo Project for the UnrealEngineSDK
Loading...
Searching...
No Matches
FPixoVRWristMenuDataTableRow Struct ReferenceBlueprintType

Struct representing a row in the PixoVR wrist menu data table. Each row contains information about a menu item, such as its title, description, icon, category, ID, button size, and highlight color. More...

#include <PixoVRWristMenuDataTableRow.h>

Inheritance diagram for FPixoVRWristMenuDataTableRow:
[legend]

Public Member Functions

 GENERATED_BODY ()
 

Public Attributes

EButtonSize ButtonSize
 UPROPERTY(EditAnywhere, BlueprintReadWrite)
 
FString Description
 UPROPERTY(EditAnywhere, BlueprintReadWrite)
 
FLinearColor HighlightColor = FLinearColor(0.996f, 0.51f, 0.0f, 1.0f)
 UPROPERTY(EditAnywhere, BlueprintReadWrite)
 
UTexture2D * IconTexture
 UPROPERTY(EditAnywhere, BlueprintReadWrite)
 
EWristMenuItemCategory MenuCategory
 UPROPERTY(EditAnywhere, BlueprintReadWrite)
 
FString MenuItemID
 UPROPERTY(EditAnywhere, BlueprintReadWrite)
 
FText TextTitle
 UPROPERTY(EditAnywhere, BlueprintReadWrite)
 

Detailed Description

Struct representing a row in the PixoVR wrist menu data table. Each row contains information about a menu item, such as its title, description, icon, category, ID, button size, and highlight color.

USTRUCT(BlueprintType)

Definition at line 45 of file PixoVRWristMenuDataTableRow.h.

Member Function Documentation

◆ GENERATED_BODY()

FPixoVRWristMenuDataTableRow::GENERATED_BODY ( )

Member Data Documentation

◆ ButtonSize

EButtonSize FPixoVRWristMenuDataTableRow::ButtonSize
BlueprintReadWriteEditAnywhere

UPROPERTY(EditAnywhere, BlueprintReadWrite)

The size of the menu button

Definition at line 89 of file PixoVRWristMenuDataTableRow.h.

◆ Description

FString FPixoVRWristMenuDataTableRow::Description
BlueprintReadWriteEditAnywhere

UPROPERTY(EditAnywhere, BlueprintReadWrite)

A Description of the menu item.

Definition at line 61 of file PixoVRWristMenuDataTableRow.h.

◆ HighlightColor

FLinearColor FPixoVRWristMenuDataTableRow::HighlightColor = FLinearColor(0.996f, 0.51f, 0.0f, 1.0f)
BlueprintReadWriteEditAnywhere

UPROPERTY(EditAnywhere, BlueprintReadWrite)

Button HighlightColor

Definition at line 96 of file PixoVRWristMenuDataTableRow.h.

◆ IconTexture

UTexture2D* FPixoVRWristMenuDataTableRow::IconTexture
BlueprintReadWriteEditAnywhere

UPROPERTY(EditAnywhere, BlueprintReadWrite)

A texture that will be assigned to this menu item.

Definition at line 68 of file PixoVRWristMenuDataTableRow.h.

◆ MenuCategory

EWristMenuItemCategory FPixoVRWristMenuDataTableRow::MenuCategory
BlueprintReadWriteEditAnywhere

UPROPERTY(EditAnywhere, BlueprintReadWrite)

The category of the menu item. Can be a submenu or an executable.

Definition at line 75 of file PixoVRWristMenuDataTableRow.h.

◆ MenuItemID

FString FPixoVRWristMenuDataTableRow::MenuItemID
BlueprintReadWriteEditAnywhere

UPROPERTY(EditAnywhere, BlueprintReadWrite)

The menu item id.

Definition at line 82 of file PixoVRWristMenuDataTableRow.h.

◆ TextTitle

FText FPixoVRWristMenuDataTableRow::TextTitle
BlueprintReadWriteEditAnywhere

UPROPERTY(EditAnywhere, BlueprintReadWrite)

Text Title for this menu item.

Definition at line 54 of file PixoVRWristMenuDataTableRow.h.


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