Navigation
API > API/Plugins > API/Plugins/GameFeatures > API/Plugins/GameFeatures/UGameFeatureAction_AddChunkOverr-
References
| Module | GameFeatures |
| Header | /Engine/Plugins/Runtime/GameFeatures/Source/GameFeatures/Public/GameFeatureAction_AddChunkOverride.h |
| Include | #include "GameFeatureAction_AddChunkOverride.h" |
Syntax
static FShouldAddChunkOverride ShouldAddChunkOverride;
Remarks
Optionally bound delegate to determine when to add the chunk override. When bound this will be checked before attempting to add the chunk override. Bound delegates should return true if the GameFeatureData should have a chunk id overriden; otherwise, false.