Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework
Description
Count number of components of given type. If Component selection is not empty, returns that count, otherwise counts in all selected Actors
Template Implementations
| Name | ToolBuilderUtil::CountSelectedComponentsOfType |
| Type | function |
| Header File | /Engine/Source/Runtime/InteractiveToolsFramework/Public/ToolBuilderUtil.h |
| Include Path | #include "ToolBuilderUtil.h" |
namespace ToolBuilderUtil
{
template<typename ComponentType>
int ToolBuilderUtil::CountSelectedComponentsOfType
(
const FToolBuilderState & InputState
)
}