FUNC_DECLARE_DYNAMIC_MULTICAST_DELEGATE

Delegate for notification when collision settings change.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Components/PrimitiveComponent.h

Include

#include "Components/PrimitiveComponent.h"

Syntax

CURRENT_FILE_ID___LINE___DELEGATE FUNC_DECLARE_DYNAMIC_MULTICAST_DELEGATE
(
    FWeakObjectPtr,
    FComponentCollisionSettingsChangedSignature_MCSignature,
    FComponentCollisionSettingsChangedSignature_DelegateWrapper,
    FUNC_CONCAT(FUNC_CONCAT(UPrimitiveComponent *InParam1)),
    FUNC_CONCAT(FUNC_CONCAT(*this, InParam1)),
    void,
    UPrimitiveComponent *
)

Remarks

Delegate for notification when collision settings change.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss