Struct FUxtAffordanceInstance
Instance of an affordance on the bounds control actor.
Namespace:
Assembly: .dll
Syntax
public: struct FUxtAffordanceInstance
Fields
| Improve this Doc View SourceActiveTransition
Percentage of transition to the grabbed state.
Declaration
public: float ActiveTransition= 0.0f
Field Value
| Type | Description |
|---|---|
| float |
Config
Copy of the config used for generating the affordance.
Declaration
public: FUxtAffordanceConfig Config
Field Value
| Type | Description |
|---|---|
| FUxtAffordanceConfig |
DynamicMaterial
Dynamic material for highlighting the affordance.
Declaration
public: UMaterialInstanceDynamic * DynamicMaterial
Field Value
| Type | Description |
|---|---|
| UMaterialInstanceDynamic * |
FocusCount
Refcount of pointers currently focusing the affordance.
Declaration
public: int FocusCount= 0
Field Value
| Type | Description |
|---|---|
| int |
FocusedTransition
Percentage of transition to the focused state.
Declaration
public: float FocusedTransition= 0.0f
Field Value
| Type | Description |
|---|---|
| float |