unreal.SimpleTargetingFilterTask¶
- class unreal.SimpleTargetingFilterTask(outer: Object | None = None, name: Name | str = 'None')¶
Bases:
TargetingFilterTask_BasicFilterTemplateclass: USimpleTargetingSelectionTask This is a blueprintable TargetingTask class made for filtering out Targets from the results list. Override the ShouldRemoveTarget Blueprint Function to define the rules for this filter.
C++ Source:
Plugin: TargetingSystem
Module: TargetingSystem
File: SimpleTargetingFilterTask.h
- bp_should_filter_target(targeting_handle, target_data) bool¶
Returns true if a Target should be removed from the results of this TargetingRequest
- Parameters:
targeting_handle (TargetingRequestHandle)
target_data (TargetingDefaultResultData)
- Return type: