Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/AActor
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void ResetOwnedComponents () |
Force the Actor to clear and rebuild its OwnedComponents array by evaluating all children (recursively) and locating components In general this should not need to be called directly, but can sometimes be necessary as part of undo/redo code paths. | GameFramework/Actor.h | |
void ResetOwnedComponents
(
EAddComponentForReplicationBehavior Type |
GameFramework/Actor.h |
ResetOwnedComponents()
Description
Force the Actor to clear and rebuild its OwnedComponents array by evaluating all children (recursively) and locating components In general this should not need to be called directly, but can sometimes be necessary as part of undo/redo code paths.
| Name | ResetOwnedComponents |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/GameFramework/Actor.h |
| Include Path | #include "GameFramework/Actor.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Actor.cpp |
void ResetOwnedComponents()
ResetOwnedComponents(EAddComponentForReplicationBehavior)
| Name | ResetOwnedComponents |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/GameFramework/Actor.h |
| Include Path | #include "GameFramework/Actor.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Actor.cpp |
void ResetOwnedComponents
(
EAddComponentForReplicationBehavior Type
)