Navigation
API > API/Runtime > API/Runtime/AIModule > API/Runtime/AIModule/EnvironmentQuery > API/Runtime/AIModule/EnvironmentQuery/Generators > API/Runtime/AIModule/EnvironmentQuery/Generators/UEnvQueryGenerator_Composite
Syntax
UPROPERTY (EditDefaultsOnly, Category=Generator, AdvancedDisplay)
uint32 bAllowDifferentItemTypes: 1
Remarks
Allow generators with different item types, use at own risk!
WARNING: generator will use ForcedItemType for raw data, you MUST ensure proper memory layout child generators will be writing to memory block through their own item types:
- data must fit info block allocated by ForcedItemType
- tests will read item location/properties through ForcedItemType