Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/DeviceProfiles
Inheritance Hierarchy
- FDPMatchingRulestructBase
- FDPMatchingRulestruct
- FDPMatchingRulestructA
- FDPMatchingRulestructB
- FDPMatchingRulestructC
- FDPMatchingRulestructD
- FDPMatchingRulestructE
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/DeviceProfiles/DeviceProfileMatching.h |
| Include | #include "DeviceProfiles/DeviceProfileMatching.h" |
Syntax
struct FDPMatchingRulestructBase
Variables
| Type | Name | Description | |
|---|---|---|---|
| FString | AppendFragments | ||
| TArray< FDPMatchingIfCondition > | IfConditions | ||
| FString | RuleName | ||
| FString | SetUserVar |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| const FDPMatchingRulestructBase * | GetOnFalse () |
||
| const FDPMatchingRulestructBase * | GetOnTrue () |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator==
(
const FDPMatchingRulestructBase& Other |