#include <GFxPlaceObjectBase.h>
 | 
| enum class   | ChangeType { kAddDisplayObject
, kModifyDisplayObject
, kReplaceDisplayObject
 } | 
|   | 
| enum class   | FilterType : std::uint8_t {  
  kDropShadow = 0
, kBlur = 1
, kGlow = 2
, kBevel = 3
,  
  kGradientGlow = 4
, kConvolution = 5
, kAdjustColor = 6
, kGradientBevel = 7
,  
  kFlag_KnockOut = 1 << 5
, kFlag_HideObject = 1 << 6
, kFlag_FineBlur = 1 << 7
 
 } | 
|   | 
| using  | BlendType = GRenderer::BlendType | 
|   | 
◆ ChangeType
| Enumerator | 
|---|
| kAddDisplayObject  |  | 
| kModifyDisplayObject  |  | 
| kReplaceDisplayObject  |  | 
 
 
◆ changeType
◆ clipActions
      
        
          | void* RE::GFxPlaceObjectData::clipActions | 
        
      
 
 
◆ name
      
        
          | const char* RE::GFxPlaceObjectData::name | 
        
      
 
 
◆ pad74
      
        
          | std::uint32_t RE::GFxPlaceObjectData::pad74 | 
        
      
 
 
The documentation for this struct was generated from the following file: