Navigation
API > API/Runtime > API/Runtime/Engine
Delegate for notification when collision settings change.
| Name | FComponentCollisionSettingsChangedSignature_MCSignature |
| Type | class |
| Header File | /Engine/Source/Runtime/Engine/Classes/Components/PrimitiveComponent.h |
| Include Path | #include "Components/PrimitiveComponent.h" |
Syntax
class FComponentCollisionSettingsChangedSignature_MCSignature : public TBaseDynamicMulticastDelegate< FNotThreadSafeDelegateMode, void, UPrimitiveComponent * >
Inheritance Hierarchy
- TDelegateAccessHandlerBase → TMulticastScriptDelegate → TBaseDynamicMulticastDelegate → FComponentCollisionSettingsChangedSignature_MCSignature
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Default constructor | Components/PrimitiveComponent.h | ||
FComponentCollisionSettingsChangedSignature_MCSignature
(
const TMulticastScriptDelegate<>& InMulticastScriptDelegate |
Construction from an FMulticastScriptDelegate must be explicit. | Components/PrimitiveComponent.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Broadcast
(
UPrimitiveComponent* InParam1 |
Broadcasts this delegate to all bound objects, except to those that may have expired | Components/PrimitiveComponent.h |