Navigation
API > API/Plugins > API/Plugins/InterchangeFactoryNodes
| Name | UInterchangeLevelInstanceActorFactoryNode |
| Type | class |
| Header File | /Engine/Plugins/Interchange/Runtime/Source/FactoryNodes/Public/InterchangeLevelInstanceActorFactoryNode.h |
| Include Path | #include "InterchangeLevelInstanceActorFactoryNode.h" |
Syntax
UCLASS (MinimalAPI, BlueprintType)
class UInterchangeLevelInstanceActorFactoryNode : public UInterchangeActorFactoryNode
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UInterchangeBaseNode → UInterchangeFactoryBaseNode → UInterchangeActorFactoryNode → UInterchangeLevelInstanceActorFactoryNode
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Macro_CustomLevelReferenceKey | const UE::Interchange::FAttributeKey | InterchangeLevelInstanceActorFactoryNode.h | ||
| Macro_CustomParentLevelKey | const UE::Interchange::FAttributeKey | InterchangeLevelInstanceActorFactoryNode.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool GetCustomLevelReference
(
FString& AttributeValue |
Get the Level this Level instance actor refer to. | InterchangeLevelInstanceActorFactoryNode.h |
|
bool SetCustomLevelReference
(
const FString& AttributeValue |
Set the Level this Level instance actor refer to. | InterchangeLevelInstanceActorFactoryNode.h |
|