MCPcopy Create free account
hub / github.com/PCGEx/PCGExtendedToolkit / SetNum

Method SetNum

Source/PCGExtendedToolkit/Private/Data/PCGExData.cpp:437–441  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

435 }
436
437 void FUnionMetadata::SetNum(const int32 InNum)
438 {
439 // To be used only with NewEntryAt / NewEntryAt_Unsafe
440 Entries.Init(nullptr, InNum);
441 }
442
443 TSharedPtr<FUnionData> FUnionMetadata::NewEntry_Unsafe(const int32 IOIndex, const int32 ItemIndex)
444 {

Callers 15

ArrayOfIndicesFunction · 0.80
ExecuteTaskMethod · 0.80
ProcessSinglePointMethod · 0.80
StartExecutionMethod · 0.80
InsertNodesMethod · 0.80
CompileMethod · 0.80
AddNodesMethod · 0.80
BootMethod · 0.80
CompleteWorkMethod · 0.80
BootMethod · 0.80

Calls 1

InitMethod · 0.45

Tested by

no test coverage detected