Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/GameFramework > API/Runtime/Engine/GameFramework/AActor
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/GameFramework/Actor.h |
| Include | #include "GameFramework/Actor.h" |
| Source | /Engine/Source/Runtime/Engine/Private/ActorEditor.cpp |
void SetPackageExternal
&40;
bool bExternal,
bool bShouldDirty
&41;
Remarks
Set the actor packaging mode.
Parameters
| Name | Description |
|---|---|
| bExternal | will set the actor packaging mode to external if true, to internal otherwise |
| bShouldDirty | should dirty or not the level package |