Navigation
API > API/Plugins > API/Plugins/InteractableInterface
Contains data about a single interactable target. This is information that you may want to use to build some UI or decide on what the state of certain interactable objects is.
| Name | FInteractionTargetConfiguration |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/InteractionInterface/Source/InteractableInterface/Public/InteractionTypes.h |
| Include Path | #include "InteractionTypes.h" |
Syntax
USTRUCT (BlueprintType )
struct FInteractionTargetConfiguration
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DisplayName | FText | The display name that can be used for this interaction | InteractionTypes.h |
|