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