Navigation
API > API/Editor > API/Editor/KismetCompiler > API/Editor/KismetCompiler/FKismetCompilerContext
| Name | FSubobjectCollection |
| Type | struct |
| Header File | /Engine/Source/Editor/KismetCompiler/Public/KismetCompiler.h |
| Include Path | #include "KismetCompiler.h" |
Syntax
struct FSubobjectCollection
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Collection | TSet< const UObject * > | KismetCompiler.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void AddObject
(
const UObject*const InObject |
KismetCompiler.h | ||
void AddObjects
(
const TArray< TOBJ >& InObjects |
KismetCompiler.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator()
(
const UObject*const RemovalCandidate |
KismetCompiler.h |