Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FPrimaryAssetCookRuleUnion
Description
Get the result of the unions up to this point. If OutConflictIds is non-null, it will be cleared if there are no conflicts, and will be set to the Ids that have a conflict between inclusion and exclusion.
| Name | GetRule |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/AssetManagerTypes.h |
| Include Path | #include "Engine/AssetManagerTypes.h" |
| Source | /Engine/Source/Runtime/Engine/Private/AssetManager.cpp |
EPrimaryAssetCookRule GetRule
(
TOptional < TTuple < FPrimaryAssetId , FPrimaryAssetId > > * OutConflictIds
)