diff --git a/nightly/class_legendary_explorer_core_1_1_kismet_1_1_sequence_object_creator-members.html b/nightly/class_legendary_explorer_core_1_1_kismet_1_1_sequence_object_creator-members.html index 79def073d..6e52f0cdb 100644 --- a/nightly/class_legendary_explorer_core_1_1_kismet_1_1_sequence_object_creator-members.html +++ b/nightly/class_legendary_explorer_core_1_1_kismet_1_1_sequence_object_creator-members.html @@ -148,6 +148,8 @@ CreateSetInt(ExportEntry sequence, ExportEntry target=null, ExportEntry value=null, PackageCache cache=null)LegendaryExplorerCore.Kismet.SequenceObjectCreatorinlinestatic CreateSetLocation(ExportEntry seq, ExportEntry target=null, ExportEntry location=null, ExportEntry rotation=null, PackageCache cache=null)LegendaryExplorerCore.Kismet.SequenceObjectCreatorinlinestatic CreateSetObject(ExportEntry seq, ExportEntry target=null, ExportEntry objValue=null, PackageCache cache=null)LegendaryExplorerCore.Kismet.SequenceObjectCreatorinlinestatic + CreateStreamInTextures(ExportEntry seq, ExportEntry actor=null, ExportEntry location=null, PackageCache cache=null)LegendaryExplorerCore.Kismet.SequenceObjectCreatorinlinestatic + CreateStreamInTextures(ExportEntry mainSeq, ExportEntry player, TieredPackageCache cache)LegendaryExplorerCore.Kismet.SequenceObjectCreatorinlinestatic CreateString(ExportEntry sequence, string value, PackageCache cache=null)LegendaryExplorerCore.Kismet.SequenceObjectCreatorinlinestatic CreateToggleHUD(ExportEntry sequence, ExportEntry target=null, PackageCache cache=null)LegendaryExplorerCore.Kismet.SequenceObjectCreatorinlinestatic CreateToggleSave(ExportEntry sequence, ExportEntry enableSaveBool=null, PackageCache cache=null)LegendaryExplorerCore.Kismet.SequenceObjectCreatorinlinestatic diff --git a/nightly/class_legendary_explorer_core_1_1_kismet_1_1_sequence_object_creator.html b/nightly/class_legendary_explorer_core_1_1_kismet_1_1_sequence_object_creator.html index ffa8a549a..588cbbac9 100644 --- a/nightly/class_legendary_explorer_core_1_1_kismet_1_1_sequence_object_creator.html +++ b/nightly/class_legendary_explorer_core_1_1_kismet_1_1_sequence_object_creator.html @@ -287,6 +287,11 @@ static ExportEntry CreateDivideFloat (ExportEntry seq, ExportEntry A=null, ExportEntry B=null, ExportEntry floatResult=null, ExportEntry intResult=null, PackageCache cache=null)  Adds a BioSeqAct_CauseDamage object in the given sequence, optionally linking the extra parameters if set. More...
  +static ExportEntry CreateStreamInTextures (ExportEntry seq, ExportEntry actor=null, ExportEntry location=null, PackageCache cache=null) + Adds a SeqAct_StreamInTextures object in the given sequence, optionally linking the extra parameters if set. More...
+  +static ExportEntry CreateStreamInTextures (ExportEntry mainSeq, ExportEntry player, TieredPackageCache cache) + 

Detailed Description

Static methods to handle sequence variable creation

@@ -3627,6 +3632,108 @@

Returns
The created kismet object
+

+ + +

◆ CreateStreamInTextures() [1/2]

+ +
+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
static ExportEntry LegendaryExplorerCore.Kismet.SequenceObjectCreator.CreateStreamInTextures (ExportEntry seq,
ExportEntry actor = null,
ExportEntry location = null,
PackageCache cache = null 
)
+
+inlinestatic
+
+ +

Adds a SeqAct_StreamInTextures object in the given sequence, optionally linking the extra parameters if set.

+
Parameters
+ + + + + +
seqSequence to add the new object to
actorOptional: The object to connect to the Actor pin
locationOptional: The object to connect to the Location pin (actors)
cacheCache to use when creating the object. If you are doing many object creations, this will greatly improve performance.
+
+
+
Returns
The created kismet object
+ +
+
+ +

◆ CreateStreamInTextures() [2/2]

+ +
+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + +
static ExportEntry LegendaryExplorerCore.Kismet.SequenceObjectCreator.CreateStreamInTextures (ExportEntry mainSeq,
ExportEntry player,
TieredPackageCache cache 
)
+
+inlinestatic
+
+

The documentation for this class was generated from the following file: