Documentation for the Unreal C++ Plugin
Loading...
Searching...
No Matches
HighlightComponent.h File Reference
#include "CoreMinimal.h"
#include "Components/ActorComponent.h"
#include "HighlightComponent.generated.h"
Include dependency graph for HighlightComponent.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  UHighlightComponent
 Component responsible for managing object highlighting. More...
 

Enumerations

enum class  EHighlightColor : uint8 {
  None = 0 , Orange = 249 , White = 250 , Blue = 251 ,
  Green = 252 , Yellow = 253 , Red = 254 , Pink = 255
}
 UENUM() More...
 

Functions

 DECLARE_DYNAMIC_MULTICAST_DELEGATE (FOnHighlightChanged)
 
 DECLARE_DYNAMIC_MULTICAST_DELEGATE (FOnHighlightValueChanged)
 

Enumeration Type Documentation

◆ EHighlightColor

enum class EHighlightColor : uint8
strong

UENUM()

Enumerator
None 
Orange 
White 
Blue 
Green 
Yellow 
Red 
Pink 

Definition at line 12 of file HighlightComponent.h.

Function Documentation

◆ DECLARE_DYNAMIC_MULTICAST_DELEGATE() [1/2]

DECLARE_DYNAMIC_MULTICAST_DELEGATE ( FOnHighlightChanged )

◆ DECLARE_DYNAMIC_MULTICAST_DELEGATE() [2/2]

DECLARE_DYNAMIC_MULTICAST_DELEGATE ( FOnHighlightValueChanged )